Interface GetEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEndpointResponse.Builder,GetEndpointResponse>,IotDeviceAdvisorResponse.Builder,SdkBuilder<GetEndpointResponse.Builder,GetEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEndpointResponse
public static interface GetEndpointResponse.Builder extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<GetEndpointResponse.Builder,GetEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEndpointResponse.Builderendpoint(String endpoint)The response of an Device Advisor endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
endpoint
GetEndpointResponse.Builder endpoint(String endpoint)
The response of an Device Advisor endpoint.
- Parameters:
endpoint- The response of an Device Advisor endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-