Interface DeleteDomainAssociationResponse.Builder
-
- All Superinterfaces:
AmplifyResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDomainAssociationResponse.Builder,DeleteDomainAssociationResponse>,SdkBuilder<DeleteDomainAssociationResponse.Builder,DeleteDomainAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDomainAssociationResponse
public static interface DeleteDomainAssociationResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<DeleteDomainAssociationResponse.Builder,DeleteDomainAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteDomainAssociationResponse.BuilderdomainAssociation(Consumer<DomainAssociation.Builder> domainAssociation)Sets the value of the DomainAssociation property for this object.DeleteDomainAssociationResponse.BuilderdomainAssociation(DomainAssociation domainAssociation)Sets the value of the DomainAssociation property for this object.-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
domainAssociation
DeleteDomainAssociationResponse.Builder domainAssociation(DomainAssociation domainAssociation)
Sets the value of the DomainAssociation property for this object.- Parameters:
domainAssociation- The new value for the DomainAssociation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainAssociation
default DeleteDomainAssociationResponse.Builder domainAssociation(Consumer<DomainAssociation.Builder> domainAssociation)
Sets the value of the DomainAssociation property for this object. This is a convenience method that creates an instance of theDomainAssociation.Builderavoiding the need to create one manually viaDomainAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainAssociation(DomainAssociation).- Parameters:
domainAssociation- a consumer that will call methods onDomainAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
domainAssociation(DomainAssociation)
-
-