Interface StateDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StateDescription.Builder,
,StateDescription> SdkBuilder<StateDescription.Builder,
,StateDescription> SdkPojo
- Enclosing class:
StateDescription
public static interface StateDescription.Builder
extends SdkPojo, CopyableBuilder<StateDescription.Builder,StateDescription>
-
Method Summary
Modifier and TypeMethodDescriptionA code that describes the state of a resource.A message that describes the state of a resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
A code that describes the state of a resource.
- Parameters:
code
- A code that describes the state of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message that describes the state of a resource.
- Parameters:
message
- A message that describes the state of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-