public static interface GetEndpointRequest.Builder extends IotDeviceAdvisorRequest.Builder, SdkPojo, CopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
GetEndpointRequest.Builder |
authenticationMethod(AuthenticationMethod authenticationMethod)
The authentication method used during the device connection.
|
GetEndpointRequest.Builder |
authenticationMethod(String authenticationMethod)
The authentication method used during the device connection.
|
GetEndpointRequest.Builder |
certificateArn(String certificateArn)
The certificate ARN of the device.
|
GetEndpointRequest.Builder |
deviceRoleArn(String deviceRoleArn)
The device role ARN of the device.
|
GetEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEndpointRequest.Builder |
thingArn(String thingArn)
The thing ARN of the device.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEndpointRequest.Builder thingArn(String thingArn)
The thing ARN of the device. This is an optional parameter.
thingArn - The thing ARN of the device. This is an optional parameter.GetEndpointRequest.Builder certificateArn(String certificateArn)
The certificate ARN of the device. This is an optional parameter.
certificateArn - The certificate ARN of the device. This is an optional parameter.GetEndpointRequest.Builder deviceRoleArn(String deviceRoleArn)
The device role ARN of the device. This is an optional parameter.
deviceRoleArn - The device role ARN of the device. This is an optional parameter.GetEndpointRequest.Builder authenticationMethod(String authenticationMethod)
The authentication method used during the device connection.
authenticationMethod - The authentication method used during the device connection.AuthenticationMethod,
AuthenticationMethodGetEndpointRequest.Builder authenticationMethod(AuthenticationMethod authenticationMethod)
The authentication method used during the device connection.
authenticationMethod - The authentication method used during the device connection.AuthenticationMethod,
AuthenticationMethodGetEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.