public static interface DeleteFargateProfileRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DeleteFargateProfileRequest.Builder,DeleteFargateProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFargateProfileRequest.Builder |
clusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
|
DeleteFargateProfileRequest.Builder |
fargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
|
DeleteFargateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFargateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFargateProfileRequest.Builder clusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
clusterName - The name of the Amazon EKS cluster associated with the Fargate profile to delete.DeleteFargateProfileRequest.Builder fargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
fargateProfileName - The name of the Fargate profile to delete.DeleteFargateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFargateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.