static FargateProfile.Builder |
FargateProfile.builder() |
|
FargateProfile.Builder |
FargateProfile.Builder.clusterName(String clusterName) |
The name of the Amazon EKS cluster that the Fargate profile belongs to.
|
FargateProfile.Builder |
FargateProfile.Builder.createdAt(Instant createdAt) |
The Unix epoch timestamp in seconds for when the Fargate profile was created.
|
FargateProfile.Builder |
FargateProfile.Builder.fargateProfileArn(String fargateProfileArn) |
The full Amazon Resource Name (ARN) of the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.fargateProfileName(String fargateProfileName) |
The name of the Fargate profile.
|
FargateProfile.Builder |
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 |
FargateProfile.Builder.selectors(Collection<FargateProfileSelector> selectors) |
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(Consumer<FargateProfileSelector.Builder>... selectors) |
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(FargateProfileSelector... selectors) |
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.status(String status) |
The current status of the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.status(FargateProfileStatus status) |
The current status of the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.subnets(String... subnets) |
The IDs of subnets to launch pods into.
|
FargateProfile.Builder |
FargateProfile.Builder.subnets(Collection<String> subnets) |
The IDs of subnets to launch pods into.
|
FargateProfile.Builder |
FargateProfile.Builder.tags(Map<String,String> tags) |
The metadata applied to the Fargate profile to assist with categorization and organization.
|
FargateProfile.Builder |
FargateProfile.toBuilder() |
|