Interface ChannelStateInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelStateInfo.Builder,,ChannelStateInfo> SdkBuilder<ChannelStateInfo.Builder,,ChannelStateInfo> SdkPojo
- Enclosing class:
ChannelStateInfo
@Mutable
@NotThreadSafe
public static interface ChannelStateInfo.Builder
extends SdkPojo, CopyableBuilder<ChannelStateInfo.Builder,ChannelStateInfo>
-
Method Summary
Modifier and TypeMethodDescriptionA short, machine-readable code identifying the failure cause.A human-readable message describing the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
A short, machine-readable code identifying the failure cause.
- Parameters:
code- A short, machine-readable code identifying the failure cause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A human-readable message describing the failure.
- Parameters:
message- A human-readable message describing the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-