Interface GetEndpointRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetEndpointRequest.Builder,,- GetEndpointRequest> - IotDeviceAdvisorRequest.Builder,- SdkBuilder<GetEndpointRequest.Builder,,- GetEndpointRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetEndpointRequest
@Mutable
@NotThreadSafe
public static interface GetEndpointRequest.Builder
extends IotDeviceAdvisorRequest.Builder, SdkPojo, CopyableBuilder<GetEndpointRequest.Builder,GetEndpointRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
thingArnThe 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.
 
- 
certificateArnThe 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.
 
- 
deviceRoleArnThe 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.
 
- 
authenticationMethodThe 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:
 
- 
authenticationMethodThe 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:
 
- 
overrideConfigurationGetEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-