static FargateProfile.Builder |
FargateProfile.builder() |
|
FargateProfile.Builder |
FargateProfile.Builder.clusterName(String clusterName) |
The name of your cluster.
|
FargateProfile.Builder |
FargateProfile.Builder.createdAt(Instant createdAt) |
The Unix epoch timestamp at object creation.
|
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 any Pod that
matches the selectors in the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(Collection<FargateProfileSelector> selectors) |
The selectors to match for a Pod to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(Consumer<FargateProfileSelector.Builder>... selectors) |
The selectors to match for a Pod to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(FargateProfileSelector... selectors) |
The selectors to match for a Pod 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 a Pod into.
|
FargateProfile.Builder |
FargateProfile.Builder.subnets(Collection<String> subnets) |
The IDs of subnets to launch a Pod into.
|
FargateProfile.Builder |
FargateProfile.Builder.tags(Map<String,String> tags) |
Metadata that assists with categorization and organization.
|
FargateProfile.Builder |
FargateProfile.toBuilder() |
|