public static interface FargateProfile.Builder extends SdkPojo, CopyableBuilder<FargateProfile.Builder,FargateProfile>
| Modifier and Type | Method and Description |
|---|---|
FargateProfile.Builder |
clusterName(String clusterName)
The name of the Amazon EKS cluster that the Fargate profile belongs to.
|
FargateProfile.Builder |
createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the Fargate profile was created.
|
FargateProfile.Builder |
fargateProfileArn(String fargateProfileArn)
The full Amazon Resource Name (ARN) of the Fargate profile.
|
FargateProfile.Builder |
fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
FargateProfile.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.
|
FargateProfile.Builder |
selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
selectors(Consumer<FargateProfileSelector.Builder>... selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
status(FargateProfileStatus status)
The current status of the Fargate profile.
|
FargateProfile.Builder |
status(String status)
The current status of the Fargate profile.
|
FargateProfile.Builder |
subnets(Collection<String> subnets)
The IDs of subnets to launch pods into.
|
FargateProfile.Builder |
subnets(String... subnets)
The IDs of subnets to launch pods into.
|
FargateProfile.Builder |
tags(Map<String,String> tags)
The metadata applied to the Fargate profile to assist with categorization and organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFargateProfile.Builder fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
fargateProfileName - The name of the Fargate profile.FargateProfile.Builder fargateProfileArn(String fargateProfileArn)
The full Amazon Resource Name (ARN) of the Fargate profile.
fargateProfileArn - The full Amazon Resource Name (ARN) of the Fargate profile.FargateProfile.Builder clusterName(String clusterName)
The name of the Amazon EKS cluster that the Fargate profile belongs to.
clusterName - The name of the Amazon EKS cluster that the Fargate profile belongs to.FargateProfile.Builder createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the Fargate profile was created.
createdAt - The Unix epoch timestamp in seconds for when the Fargate profile was created.FargateProfile.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. 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. For more information, see Pod Execution Role
in the Amazon EKS User Guide.FargateProfile.Builder subnets(Collection<String> subnets)
The IDs of subnets to launch pods into.
subnets - The IDs of subnets to launch pods into.FargateProfile.Builder subnets(String... subnets)
The IDs of subnets to launch pods into.
subnets - The IDs of subnets to launch pods into.FargateProfile.Builder selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
selectors - The selectors to match for pods to use this Fargate profile.FargateProfile.Builder selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
selectors - The selectors to match for pods to use this Fargate profile.FargateProfile.Builder selectors(Consumer<FargateProfileSelector.Builder>... selectors)
The selectors to match for pods to use this 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) FargateProfile.Builder status(String status)
The current status of the Fargate profile.
status - The current status of the Fargate profile.FargateProfileStatus,
FargateProfileStatusFargateProfile.Builder status(FargateProfileStatus status)
The current status of the Fargate profile.
status - The current status of the Fargate profile.FargateProfileStatus,
FargateProfileStatusFargateProfile.Builder tags(Map<String,String> tags)
The metadata applied to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. 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 applied to the Fargate profile to assist with categorization and organization. Each tag
consists of a key and an optional value, both of which you define. Fargate profile tags do not
propagate to any other resources associated with the Fargate profile, such as the pods that are
scheduled with it.Copyright © 2020. All rights reserved.