static CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.builder() |
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clientRequestToken(String clientRequestToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clusterName(String clusterName) |
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
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 pods that match the selectors in the
Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Collection<FargateProfileSelector> selectors) |
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Consumer<FargateProfileSelector.Builder>... selectors) |
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(FargateProfileSelector... selectors) |
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(String... subnets) |
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(Collection<String> subnets) |
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.tags(Map<String,String> tags) |
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.toBuilder() |
|