public static interface CreateFargateProfileRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<CreateFargateProfileRequest.Builder,CreateFargateProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileRequest.Builder |
clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest.Builder |
clusterName(String clusterName)
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
CreateFargateProfileRequest.Builder |
fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
CreateFargateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFargateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
selectors(Consumer<FargateProfileSelector.Builder>... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
subnets(Collection<String> subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
subnets(String... subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
tags(Map<String,String> tags)
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFargateProfileRequest.Builder fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
fargateProfileName - The name of the Fargate profile.CreateFargateProfileRequest.Builder clusterName(String clusterName)
The name of the Amazon EKS cluster to apply the Fargate profile to.
clusterName - The name of the Amazon EKS cluster to apply the Fargate profile to.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. The pod execution role allows Fargate infrastructure to register with your cluster as a node, and it provides read access to Amazon ECR image repositories. For more information, see Pod Execution Role in the Amazon EKS User Guide.
podExecutionRoleArn - The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in
the Fargate profile. The pod execution role allows Fargate infrastructure to register with your
cluster as a node, and it provides read access to Amazon ECR image repositories. For more information,
see Pod Execution
Role in the Amazon EKS User Guide.CreateFargateProfileRequest.Builder subnets(Collection<String> subnets)
The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.
subnets - The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned
public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are
accepted for this parameter.CreateFargateProfileRequest.Builder subnets(String... subnets)
The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.
subnets - The IDs of subnets to launch your pods into. At this time, pods running on Fargate are not assigned
public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are
accepted for this parameter.CreateFargateProfileRequest.Builder selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile. Each selector must have an associated namespace. Optionally, you can also specify labels for a namespace. You may specify up to five selectors in a Fargate profile.
selectors - The selectors to match for pods to use this Fargate profile. Each selector must have an associated
namespace. Optionally, you can also specify labels for a namespace. You may specify up to five
selectors in a Fargate profile.CreateFargateProfileRequest.Builder selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile. Each selector must have an associated namespace. Optionally, you can also specify labels for a namespace. You may specify up to five selectors in a Fargate profile.
selectors - The selectors to match for pods to use this Fargate profile. Each selector must have an associated
namespace. Optionally, you can also specify labels for a namespace. You may specify up to five
selectors in a Fargate profile.CreateFargateProfileRequest.Builder selectors(Consumer<FargateProfileSelector.Builder>... selectors)
The selectors to match for pods to use this Fargate profile. Each selector must have an associated namespace. Optionally, you can also specify labels for a namespace. You may specify up to five selectors in a Fargate profile.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #selectors(List) .selectors - a consumer that will call methods on List.Builder #selectors(List) CreateFargateProfileRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateFargateProfileRequest.Builder tags(Map<String,String> tags)
The metadata to apply to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.
tags - The metadata to apply to the Fargate profile to assist with categorization and organization. Each tag
consists of a key and an optional value. You define both. Fargate profile tags do not propagate to any
other resources associated with the Fargate profile, such as the pods that are scheduled with it.CreateFargateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFargateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.