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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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 Details
-
id
The 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.
-
arn
The 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.
-
createdAt
The 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.
-