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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -