public static interface CreateFargateProfileResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<CreateFargateProfileResponse.Builder,CreateFargateProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFargateProfileResponse.Builder |
fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The full description of your new Fargate profile.
|
CreateFargateProfileResponse.Builder |
fargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFargateProfileResponse.Builder fargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
fargateProfile - The full description of your new Fargate profile.default CreateFargateProfileResponse.Builder fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The full description of your new 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.