public static interface DescribeFargateProfileResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeFargateProfileResponse.Builder,DescribeFargateProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFargateProfileResponse.Builder |
fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The full description of your Fargate profile.
|
DescribeFargateProfileResponse.Builder |
fargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFargateProfileResponse.Builder fargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
fargateProfile - The full description of your Fargate profile.default DescribeFargateProfileResponse.Builder fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The full description of your Fargate profile.
This is a convenience that creates an instance of theFargateProfile.Builder avoiding the need to
create one manually via FargateProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fargateProfile(FargateProfile).fargateProfile - a consumer that will call methods on FargateProfile.BuilderfargateProfile(FargateProfile)Copyright © 2020. All rights reserved.