Interface DeclineHandshakeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeclineHandshakeRequest.Builder,DeclineHandshakeRequest>,OrganizationsRequest.Builder,SdkBuilder<DeclineHandshakeRequest.Builder,DeclineHandshakeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeclineHandshakeRequest
public static interface DeclineHandshakeRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<DeclineHandshakeRequest.Builder,DeclineHandshakeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeclineHandshakeRequest.BuilderhandshakeId(String handshakeId)The unique identifier (ID) of the handshake that you want to decline.DeclineHandshakeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeclineHandshakeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
handshakeId
DeclineHandshakeRequest.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeclineHandshakeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeclineHandshakeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-