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