Interface FargateProfile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FargateProfile.Builder,
,FargateProfile> SdkBuilder<FargateProfile.Builder,
,FargateProfile> SdkPojo
- Enclosing class:
FargateProfile
-
Method Summary
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The name of the Amazon EKS cluster that the Fargate profile belongs to.The Unix epoch timestamp in seconds for when the Fargate profile was created.fargateProfileArn
(String fargateProfileArn) The full Amazon Resource Name (ARN) of the Fargate profile.fargateProfileName
(String fargateProfileName) The name of the Fargate profile.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.selectors
(Collection<FargateProfileSelector> selectors) The selectors to match for pods to use this Fargate profile.selectors
(Consumer<FargateProfileSelector.Builder>... selectors) The selectors to match for pods to use this Fargate profile.selectors
(FargateProfileSelector... selectors) The selectors to match for pods to use this Fargate profile.The current status of the Fargate profile.status
(FargateProfileStatus status) The current status of the Fargate profile.The IDs of subnets to launch pods into.subnets
(Collection<String> subnets) The IDs of subnets to launch pods into.The metadata applied to the Fargate profile to assist with categorization and organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fargateProfileName
The name of the Fargate profile.
- Parameters:
fargateProfileName
- The name of the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fargateProfileArn
The full Amazon Resource Name (ARN) of the Fargate profile.
- Parameters:
fargateProfileArn
- The full Amazon Resource Name (ARN) of the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The name of the Amazon EKS cluster that the Fargate profile belongs to.
- Parameters:
clusterName
- The name of the Amazon EKS cluster that the Fargate profile belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The Unix epoch timestamp in seconds for when the Fargate profile was created.
- Parameters:
createdAt
- The Unix epoch timestamp in seconds for when the Fargate profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The IDs of subnets to launch pods into.
- Parameters:
subnets
- The IDs of subnets to launch pods into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The IDs of subnets to launch pods into.
- Parameters:
subnets
- The IDs of subnets to launch pods into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectors
The selectors to match for pods to use this Fargate profile.
- Parameters:
selectors
- The selectors to match for pods to use this Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectors
The selectors to match for pods to use this Fargate profile.
- Parameters:
selectors
- The selectors to match for pods to use this Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectors
The selectors to match for pods to use this Fargate profile.
This is a convenience method that creates an instance of theFargateProfileSelector.Builder
avoiding the need to create one manually viaFargateProfileSelector.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toselectors(List<FargateProfileSelector>)
.- Parameters:
selectors
- a consumer that will call methods onFargateProfileSelector.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Fargate profile.
- Parameters:
status
- The current status of the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Fargate profile.
- Parameters:
status
- The current status of the Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The metadata applied 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.
- Parameters:
tags
- The metadata applied 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-