Interface CreateComponentTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateComponentTypeResponse.Builder,CreateComponentTypeResponse>,IoTTwinMakerResponse.Builder,SdkBuilder<CreateComponentTypeResponse.Builder,CreateComponentTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateComponentTypeResponse
public static interface CreateComponentTypeResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateComponentTypeResponse.Builder,CreateComponentTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateComponentTypeResponse.Builderarn(String arn)The ARN of the component type.CreateComponentTypeResponse.BuildercreationDateTime(Instant creationDateTime)The date and time when the entity was created.CreateComponentTypeResponse.Builderstate(String state)The current state of the component type.CreateComponentTypeResponse.Builderstate(State state)The current state of the component type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.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
-
arn
CreateComponentTypeResponse.Builder arn(String arn)
The ARN of the component type.
- Parameters:
arn- The ARN of the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
CreateComponentTypeResponse.Builder creationDateTime(Instant creationDateTime)
The date and time when the entity was created.
- Parameters:
creationDateTime- The date and time when the entity was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CreateComponentTypeResponse.Builder state(String state)
The current state of the component type.
-
state
CreateComponentTypeResponse.Builder state(State state)
The current state of the component type.
-
-