Interface GetEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetEndpointRequest.Builder,
,GetEndpointRequest> IotDeviceAdvisorRequest.Builder
,SdkBuilder<GetEndpointRequest.Builder,
,GetEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetEndpointRequest
public static interface GetEndpointRequest.Builder
extends IotDeviceAdvisorRequest.Builder, SdkPojo, CopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMethod
(String authenticationMethod) The authentication method used during the device connection.authenticationMethod
(AuthenticationMethod authenticationMethod) The authentication method used during the device connection.certificateArn
(String certificateArn) The certificate ARN of the device.deviceRoleArn
(String deviceRoleArn) The device role ARN of the device.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The thing ARN of the device.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.iotdeviceadvisor.model.IotDeviceAdvisorRequest.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 Details
-
thingArn
The thing ARN of the device. This is an optional parameter.
- Parameters:
thingArn
- The thing ARN of the device. This is an optional parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateArn
The certificate ARN of the device. This is an optional parameter.
- Parameters:
certificateArn
- The certificate ARN of the device. This is an optional parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceRoleArn
The device role ARN of the device. This is an optional parameter.
- Parameters:
deviceRoleArn
- The device role ARN of the device. This is an optional parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMethod
The authentication method used during the device connection.
- Parameters:
authenticationMethod
- The authentication method used during the device connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMethod
The authentication method used during the device connection.
- Parameters:
authenticationMethod
- The authentication method used during the device connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-