Interface GetCustomEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCustomEndpointResponse.Builder,,GetCustomEndpointResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<GetCustomEndpointResponse.Builder,,GetCustomEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetCustomEndpointResponse
@Mutable
@NotThreadSafe
public static interface GetCustomEndpointResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetCustomEndpointResponse.Builder,GetCustomEndpointResponse>
-
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.
-