Interface CreateCloudConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCloudConnectorResponse.Builder,,CreateCloudConnectorResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<CreateCloudConnectorResponse.Builder,,CreateCloudConnectorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateCloudConnectorResponse
@Mutable
@NotThreadSafe
public static interface CreateCloudConnectorResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudConnectorResponse.Builder,CreateCloudConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the newly created cloud connector.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
-
id
The unique identifier assigned to the newly created cloud connector.
- Parameters:
id- The unique identifier assigned to the newly created cloud connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-