Uses of Interface
software.amazon.awssdk.services.sfn.model.TaskCredentials.Builder
Packages that use TaskCredentials.Builder
-
Uses of TaskCredentials.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TaskCredentials.BuilderModifier and TypeMethodDescriptionstatic TaskCredentials.BuilderTaskCredentials.builder()The ARN of an IAM role that Step Functions assumes for the task.TaskCredentials.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TaskCredentials.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TaskCredentials.Builder>TaskCredentials.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type TaskCredentials.BuilderModifier and TypeMethodDescriptionLambdaFunctionScheduledEventDetails.Builder.taskCredentials(Consumer<TaskCredentials.Builder> taskCredentials) The credentials that Step Functions uses for the task.TaskScheduledEventDetails.Builder.taskCredentials(Consumer<TaskCredentials.Builder> taskCredentials) The credentials that Step Functions uses for the task.