public static interface DeleteProfileRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<DeleteProfileRequest.Builder,DeleteProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteProfileRequest.Builder |
profileArn(String profileArn)
The ARN of the room profile to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteProfileRequest.Builder profileArn(String profileArn)
The ARN of the room profile to delete. Required.
profileArn - The ARN of the room profile to delete. Required.DeleteProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.