Interface DisassociateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateProfileResponse.Builder,DisassociateProfileResponse>,Route53ProfilesResponse.Builder,SdkBuilder<DisassociateProfileResponse.Builder,DisassociateProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateProfileResponse
public static interface DisassociateProfileResponse.Builder extends Route53ProfilesResponse.Builder, SdkPojo, CopyableBuilder<DisassociateProfileResponse.Builder,DisassociateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DisassociateProfileResponse.BuilderprofileAssociation(Consumer<ProfileAssociation.Builder> profileAssociation)Information about theDisassociateProfilerequest.DisassociateProfileResponse.BuilderprofileAssociation(ProfileAssociation profileAssociation)Information about theDisassociateProfilerequest.-
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
-
profileAssociation
DisassociateProfileResponse.Builder profileAssociation(ProfileAssociation profileAssociation)
Information about the
DisassociateProfilerequest.- Parameters:
profileAssociation- Information about theDisassociateProfilerequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileAssociation
default DisassociateProfileResponse.Builder profileAssociation(Consumer<ProfileAssociation.Builder> profileAssociation)
Information about the
This is a convenience method that creates an instance of theDisassociateProfilerequest.ProfileAssociation.Builderavoiding the need to create one manually viaProfileAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofileAssociation(ProfileAssociation).- Parameters:
profileAssociation- a consumer that will call methods onProfileAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
profileAssociation(ProfileAssociation)
-
-