Interface DetachThingPrincipalRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
,IotRequest.Builder
,SdkBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DetachThingPrincipalRequest
public static interface DetachThingPrincipalRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DetachThingPrincipalRequest.Builder,DetachThingPrincipalRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachThingPrincipalRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DetachThingPrincipalRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
thingName
DetachThingPrincipalRequest.Builder thingName(String thingName)
The name of the thing.
- Parameters:
thingName
- The name of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DetachThingPrincipalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DetachThingPrincipalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-