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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEndpointRequest.BuilderauthenticationMethod(String authenticationMethod)The authentication method used during the device connection.GetEndpointRequest.BuilderauthenticationMethod(AuthenticationMethod authenticationMethod)The authentication method used during the device connection.GetEndpointRequest.BuildercertificateArn(String certificateArn)The certificate ARN of the device.GetEndpointRequest.BuilderdeviceRoleArn(String deviceRoleArn)The device role ARN of the device.GetEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEndpointRequest.BuilderthingArn(String thingArn)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
thingArn
GetEndpointRequest.Builder thingArn(String 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
GetEndpointRequest.Builder certificateArn(String 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
GetEndpointRequest.Builder deviceRoleArn(String 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
GetEndpointRequest.Builder authenticationMethod(String 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,AuthenticationMethod
-
authenticationMethod
GetEndpointRequest.Builder authenticationMethod(AuthenticationMethod 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,AuthenticationMethod
-
overrideConfiguration
GetEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-