CopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>, SdkBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>public static interface DetachThingPrincipalRequest.Builder extends CopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.