Interface DeleteProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteProfileResponse.Builder,DeleteProfileResponse>,Route53ProfilesResponse.Builder,SdkBuilder<DeleteProfileResponse.Builder,DeleteProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteProfileResponse
public static interface DeleteProfileResponse.Builder extends Route53ProfilesResponse.Builder, SdkPojo, CopyableBuilder<DeleteProfileResponse.Builder,DeleteProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteProfileResponse.Builderprofile(Consumer<Profile.Builder> profile)Information about theDeleteProfilerequest, including the status of the request.DeleteProfileResponse.Builderprofile(Profile profile)Information about theDeleteProfilerequest, including the status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53profiles.model.Route53ProfilesResponse.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
-
profile
DeleteProfileResponse.Builder profile(Profile profile)
Information about the
DeleteProfilerequest, including the status of the request.- Parameters:
profile- Information about theDeleteProfilerequest, including the status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profile
default DeleteProfileResponse.Builder profile(Consumer<Profile.Builder> profile)
Information about the
This is a convenience method that creates an instance of theDeleteProfilerequest, including the status of the request.Profile.Builderavoiding the need to create one manually viaProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofile(Profile).- Parameters:
profile- a consumer that will call methods onProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
profile(Profile)
-
-