public static interface CancelHandshakeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<CancelHandshakeRequest.Builder,CancelHandshakeRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelHandshakeRequest.Builder |
handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel.
|
CancelHandshakeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelHandshakeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelHandshakeRequest.Builder handshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
handshakeId - The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the
ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
CancelHandshakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelHandshakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.