Interface DeleteComponentTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteComponentTypeResponse.Builder,DeleteComponentTypeResponse>,IoTTwinMakerResponse.Builder,SdkBuilder<DeleteComponentTypeResponse.Builder,DeleteComponentTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteComponentTypeResponse
public static interface DeleteComponentTypeResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<DeleteComponentTypeResponse.Builder,DeleteComponentTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteComponentTypeResponse.Builderstate(String state)The current state of the component type to be deleted.DeleteComponentTypeResponse.Builderstate(State state)The current state of the component type to be deleted.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
state
DeleteComponentTypeResponse.Builder state(String state)
The current state of the component type to be deleted.
-
state
DeleteComponentTypeResponse.Builder state(State state)
The current state of the component type to be deleted.
-
-