Interface DeleteFargateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteFargateProfileResponse.Builder,DeleteFargateProfileResponse>,EksResponse.Builder,SdkBuilder<DeleteFargateProfileResponse.Builder,DeleteFargateProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteFargateProfileResponse
public static interface DeleteFargateProfileResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DeleteFargateProfileResponse.Builder,DeleteFargateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteFargateProfileResponse.BuilderfargateProfile(Consumer<FargateProfile.Builder> fargateProfile)The deleted Fargate profile.DeleteFargateProfileResponse.BuilderfargateProfile(FargateProfile fargateProfile)The deleted 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fargateProfile
DeleteFargateProfileResponse.Builder fargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
- Parameters:
fargateProfile- The deleted Fargate profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fargateProfile
default DeleteFargateProfileResponse.Builder fargateProfile(Consumer<FargateProfile.Builder> fargateProfile)
The deleted 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)
-
-