public static interface AttachThingPrincipalRequest.Builder extends IoTRequest.Builder, CopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
Modifier and Type | Method and Description |
---|---|
AttachThingPrincipalRequest.Builder |
principal(String principal)
The principal, such as a certificate or other credential.
|
AttachThingPrincipalRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AttachThingPrincipalRequest.Builder |
thingName(String thingName)
The name of the thing.
|
build
requestOverrideConfig, requestOverrideConfig
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.AttachThingPrincipalRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.