Interface CancelHandshakeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CancelHandshakeResponse.Builder,,- CancelHandshakeResponse> - OrganizationsResponse.Builder,- SdkBuilder<CancelHandshakeResponse.Builder,,- CancelHandshakeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CancelHandshakeResponse
@Mutable
@NotThreadSafe
public static interface CancelHandshakeResponse.Builder
extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<CancelHandshakeResponse.Builder,CancelHandshakeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CancelHandshakeResponse.Builderhandshake(Consumer<Handshake.Builder> handshake) A structure that contains details about the handshake that you canceled.A structure that contains details about the handshake that you canceled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
handshakeA structure that contains details about the handshake that you canceled. - Parameters:
- handshake- A structure that contains details about the handshake that you canceled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
handshakeA structure that contains details about the handshake that you canceled. This is a convenience method that creates an instance of theHandshake.Builderavoiding the need to create one manually viaHandshake.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohandshake(Handshake).- Parameters:
- handshake- a consumer that will call methods on- Handshake.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-