Interface RevokeInvitationRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<RevokeInvitationRequest.Builder,RevokeInvitationRequest>,SdkBuilder<RevokeInvitationRequest.Builder,RevokeInvitationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RevokeInvitationRequest
public static interface RevokeInvitationRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<RevokeInvitationRequest.Builder,RevokeInvitationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevokeInvitationRequest.BuilderenrollmentId(String enrollmentId)The ARN of the enrollment invitation to revoke.RevokeInvitationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RevokeInvitationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RevokeInvitationRequest.BuilderuserArn(String userArn)The ARN of the user for whom to revoke an enrollment invitation.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
userArn
RevokeInvitationRequest.Builder userArn(String userArn)
The ARN of the user for whom to revoke an enrollment invitation. Required.
- Parameters:
userArn- The ARN of the user for whom to revoke an enrollment invitation. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enrollmentId
RevokeInvitationRequest.Builder enrollmentId(String enrollmentId)
The ARN of the enrollment invitation to revoke. Required.
- Parameters:
enrollmentId- The ARN of the enrollment invitation to revoke. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RevokeInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RevokeInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-