Interface CreateDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDestinationResponse.Builder,CreateDestinationResponse>,IotRoboRunnerResponse.Builder,SdkBuilder<CreateDestinationResponse.Builder,CreateDestinationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDestinationResponse
public static interface CreateDestinationResponse.Builder extends IotRoboRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateDestinationResponse.Builder,CreateDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDestinationResponse.Builderarn(String arn)Sets the value of the Arn property for this object.CreateDestinationResponse.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.CreateDestinationResponse.Builderid(String id)Sets the value of the Id property for this object.CreateDestinationResponse.Builderstate(String state)Sets the value of the State property for this object.CreateDestinationResponse.Builderstate(DestinationState state)Sets the value of the State property for this object.CreateDestinationResponse.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotroborunner.model.IotRoboRunnerResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateDestinationResponse.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateDestinationResponse.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CreateDestinationResponse.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
CreateDestinationResponse.Builder updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CreateDestinationResponse.Builder state(String state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
state
CreateDestinationResponse.Builder state(DestinationState state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
-