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