Interface DeleteFargateProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFargateProfileRequest.Builder,DeleteFargateProfileRequest>,EksRequest.Builder,SdkBuilder<DeleteFargateProfileRequest.Builder,DeleteFargateProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFargateProfileRequest
public static interface DeleteFargateProfileRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DeleteFargateProfileRequest.Builder,DeleteFargateProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFargateProfileRequest.BuilderclusterName(String clusterName)The name of your cluster.DeleteFargateProfileRequest.BuilderfargateProfileName(String fargateProfileName)The name of the Fargate profile to delete.DeleteFargateProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFargateProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterName
DeleteFargateProfileRequest.Builder clusterName(String clusterName)
The name of your cluster.
- Parameters:
clusterName- The name of your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fargateProfileName
DeleteFargateProfileRequest.Builder fargateProfileName(String fargateProfileName)
The name of the Fargate profile to delete.
- Parameters:
fargateProfileName- The name of the Fargate profile to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFargateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFargateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-