Interface RejectConnectionInvitationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RejectConnectionInvitationRequest.Builder,,RejectConnectionInvitationRequest> PartnerCentralAccountRequest.Builder,SdkBuilder<RejectConnectionInvitationRequest.Builder,,RejectConnectionInvitationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
RejectConnectionInvitationRequest
@Mutable
@NotThreadSafe
public static interface RejectConnectionInvitationRequest.Builder
extends PartnerCentralAccountRequest.Builder, SdkPojo, CopyableBuilder<RejectConnectionInvitationRequest.Builder,RejectConnectionInvitationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog identifier where the connection invitation exists.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.identifier(String identifier) The unique identifier of the connection invitation to reject.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The reason for rejecting the connection invitation.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralaccount.model.PartnerCentralAccountRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The catalog identifier where the connection invitation exists.
- Parameters:
catalog- The catalog identifier where the connection invitation exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The unique identifier of the connection invitation to reject.
- Parameters:
identifier- The unique identifier of the connection invitation to reject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason for rejecting the connection invitation.
- Parameters:
reason- The reason for rejecting the connection invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RejectConnectionInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RejectConnectionInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-