Interface RegisterCustomEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterCustomEndpointResponse.Builder,,RegisterCustomEndpointResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<RegisterCustomEndpointResponse.Builder,,RegisterCustomEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
RegisterCustomEndpointResponse
@Mutable
@NotThreadSafe
public static interface RegisterCustomEndpointResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<RegisterCustomEndpointResponse.Builder,RegisterCustomEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionendpointAddress(String endpointAddress) The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
endpointAddress
The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.
- Parameters:
endpointAddress- The IoT managed integrations dedicated, custom endpoint for the device to route traffic through.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-