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
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The name of the Amazon EKS cluster associated with the Fargate profile to delete.fargateProfileName
(String fargateProfileName) The name of the Fargate profile to delete.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
clusterName
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
- Parameters:
clusterName
- The name of the Amazon EKS cluster associated with the Fargate profile to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteFargateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-