Interface DescribeFargateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFargateProfileResponse.Builder,DescribeFargateProfileResponse>,EksResponse.Builder,SdkBuilder<DescribeFargateProfileResponse.Builder,DescribeFargateProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFargateProfileResponse
public static interface DescribeFargateProfileResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeFargateProfileResponse.Builder,DescribeFargateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFargateProfileResponse.BuilderfargateProfile(Consumer<FargateProfile.Builder> fargateProfile)The full description of your Fargate profile.DescribeFargateProfileResponse.BuilderfargateProfile(FargateProfile fargateProfile)The full description of your Fargate profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fargateProfile
DescribeFargateProfileResponse.Builder fargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
- Parameters:
fargateProfile- The full description of your Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fargateProfile
default DescribeFargateProfileResponse.Builder fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The full description of your Fargate profile.
This is a convenience method that creates an instance of theFargateProfile.Builderavoiding the need to create one manually viaFargateProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofargateProfile(FargateProfile).- Parameters:
fargateProfile- a consumer that will call methods onFargateProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fargateProfile(FargateProfile)
-
-