public static interface DeleteFargateProfileResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DeleteFargateProfileResponse.Builder,DeleteFargateProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteFargateProfileResponse.Builder |
fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The deleted Fargate profile.
|
DeleteFargateProfileResponse.Builder |
fargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFargateProfileResponse.Builder fargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
fargateProfile - The deleted Fargate profile.default DeleteFargateProfileResponse.Builder fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The deleted Fargate profile.
This is a convenience method 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 © 2022. All rights reserved.