Interface CancelReplayResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelReplayResponse.Builder,CancelReplayResponse>,EventBridgeResponse.Builder,SdkBuilder<CancelReplayResponse.Builder,CancelReplayResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelReplayResponse
public static interface CancelReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<CancelReplayResponse.Builder,CancelReplayResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelReplayResponse.BuilderreplayArn(String replayArn)The ARN of the replay to cancel.CancelReplayResponse.Builderstate(String state)The current state of the replay.CancelReplayResponse.Builderstate(ReplayState state)The current state of the replay.CancelReplayResponse.BuilderstateReason(String stateReason)The reason that the replay is in the current state.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse.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
-
replayArn
CancelReplayResponse.Builder replayArn(String replayArn)
The ARN of the replay to cancel.
- Parameters:
replayArn- The ARN of the replay to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CancelReplayResponse.Builder state(String state)
The current state of the replay.
- Parameters:
state- The current state of the replay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplayState,ReplayState
-
state
CancelReplayResponse.Builder state(ReplayState state)
The current state of the replay.
- Parameters:
state- The current state of the replay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplayState,ReplayState
-
stateReason
CancelReplayResponse.Builder stateReason(String stateReason)
The reason that the replay is in the current state.
- Parameters:
stateReason- The reason that the replay is in the current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-