CopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
, SdkBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
public static interface AttachThingPrincipalRequest.Builder extends CopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachThingPrincipalRequest.Builder |
principal(String principal) |
The principal, such as a certificate or other credential.
|
AttachThingPrincipalRequest.Builder |
thingName(String thingName) |
The name of the thing.
|
copy
apply, build
AttachThingPrincipalRequest.Builder thingName(String thingName)
The name of the thing.
thingName
- The name of the thing.AttachThingPrincipalRequest.Builder principal(String principal)
The principal, such as a certificate or other credential.
principal
- The principal, such as a certificate or other credential.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.