public static interface DescribeFargateProfileRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeFargateProfileRequest.Builder,DescribeFargateProfileRequest>
Modifier and Type | Method and Description |
---|---|
DescribeFargateProfileRequest.Builder |
clusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
|
DescribeFargateProfileRequest.Builder |
fargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
|
DescribeFargateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeFargateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFargateProfileRequest.Builder clusterName(String clusterName)
The name of the Amazon EKS cluster associated with the Fargate profile.
clusterName
- The name of the Amazon EKS cluster associated with the Fargate profile.DescribeFargateProfileRequest.Builder fargateProfileName(String fargateProfileName)
The name of the Fargate profile to describe.
fargateProfileName
- The name of the Fargate profile to describe.DescribeFargateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeFargateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.