Interface DeleteProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteProfileResponse.Builder,
,DeleteProfileResponse> Route53ProfilesResponse.Builder
,SdkBuilder<DeleteProfileResponse.Builder,
,DeleteProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteProfileResponse
@Mutable
@NotThreadSafe
public static interface DeleteProfileResponse.Builder
extends Route53ProfilesResponse.Builder, SdkPojo, CopyableBuilder<DeleteProfileResponse.Builder,DeleteProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DeleteProfileResponse.Builder
profile
(Consumer<Profile.Builder> profile) Information about theDeleteProfile
request, including the status of the request.Information about theDeleteProfile
request, 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
profile
Information about the
DeleteProfile
request, including the status of the request.- Parameters:
profile
- Information about theDeleteProfile
request, including the status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profile
Information about the
This is a convenience method that creates an instance of theDeleteProfile
request, including the status of the request.Profile.Builder
avoiding the need to create one manually viaProfile.builder()
.When the
Consumer
completes,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:
-