public static interface DetachThingPrincipalRequest.Builder extends IotRequest.Builder, CopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachThingPrincipalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DetachThingPrincipalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DetachThingPrincipalRequest.Builder |
principal(String principal)
If the principal is a certificate, this value must be ARN of the certificate.
|
DetachThingPrincipalRequest.Builder |
thingName(String thingName)
The name of the thing.
|
buildoverrideConfigurationcopyapplyMutation, buildDetachThingPrincipalRequest.Builder thingName(String thingName)
The name of the thing.
thingName - The name of the thing.DetachThingPrincipalRequest.Builder principal(String principal)
If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
principal - If the principal is a certificate, this value must be ARN of the certificate. If the principal is an
Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.DetachThingPrincipalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DetachThingPrincipalRequest.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.