Interface CreateManagedThingResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateManagedThingResponse.Builder,,- CreateManagedThingResponse> - IotManagedIntegrationsResponse.Builder,- SdkBuilder<CreateManagedThingResponse.Builder,,- CreateManagedThingResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateManagedThingResponse
@Mutable
@NotThreadSafe
public static interface CreateManagedThingResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateManagedThingResponse.Builder,CreateManagedThingResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the managed thing.The timestamp value of when the device creation request occurred.The id of the managed thing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe id of the managed thing. - Parameters:
- id- The id of the managed thing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe Amazon Resource Name (ARN) of the managed thing. - Parameters:
- arn- The Amazon Resource Name (ARN) of the managed thing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe timestamp value of when the device creation request occurred. - Parameters:
- createdAt- The timestamp value of when the device creation request occurred.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-