static CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.builder() |
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clusterName(String clusterName) |
The name of your cluster.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.fargateProfileName(String fargateProfileName) |
The name of the Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.podExecutionRoleArn(String podExecutionRoleArn) |
The Amazon Resource Name (ARN) of the Pod execution role to use for a Pod that
matches the selectors in the Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Collection<FargateProfileSelector> selectors) |
The selectors to match for a Pod to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Consumer<FargateProfileSelector.Builder>... selectors) |
The selectors to match for a Pod to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(FargateProfileSelector... selectors) |
The selectors to match for a Pod to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(String... subnets) |
The IDs of subnets to launch a Pod into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(Collection<String> subnets) |
The IDs of subnets to launch a Pod into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.tags(Map<String,String> tags) |
Metadata that assists with categorization and organization.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.toBuilder() |
|