public static interface AttachThingPrincipalRequest.Builder extends IotRequest.Builder, CopyableBuilder<AttachThingPrincipalRequest.Builder,AttachThingPrincipalRequest>
Modifier and Type | Method and Description |
---|---|
AttachThingPrincipalRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AttachThingPrincipalRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AttachThingPrincipalRequest.Builder |
principal(String principal)
The principal, such as a certificate or other credential.
|
AttachThingPrincipalRequest.Builder |
thingName(String thingName)
The name of the thing.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AttachThingPrincipalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.