Uses of Interface
software.amazon.awssdk.services.sfn.model.TaskCredentials.Builder
-
Packages that use TaskCredentials.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of TaskCredentials.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TaskCredentials.Builder Modifier and Type Method Description static TaskCredentials.BuilderTaskCredentials. builder()TaskCredentials.BuilderTaskCredentials.Builder. roleArn(String roleArn)The ARN of an IAM role that Step Functions assumes for the task.TaskCredentials.BuilderTaskCredentials. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TaskCredentials.Builder Modifier and Type Method Description static Class<? extends TaskCredentials.Builder>TaskCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type TaskCredentials.Builder Modifier and Type Method Description default LambdaFunctionScheduledEventDetails.BuilderLambdaFunctionScheduledEventDetails.Builder. taskCredentials(Consumer<TaskCredentials.Builder> taskCredentials)The credentials that Step Functions uses for the task.default TaskScheduledEventDetails.BuilderTaskScheduledEventDetails.Builder. taskCredentials(Consumer<TaskCredentials.Builder> taskCredentials)The credentials that Step Functions uses for the task.
-