Interface StartReplayResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartReplayResponse.Builder,StartReplayResponse>,EventBridgeResponse.Builder,SdkBuilder<StartReplayResponse.Builder,StartReplayResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartReplayResponse
public static interface StartReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<StartReplayResponse.Builder,StartReplayResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartReplayResponse.BuilderreplayArn(String replayArn)The ARN of the replay.StartReplayResponse.BuilderreplayStartTime(Instant replayStartTime)The time at which the replay started.StartReplayResponse.Builderstate(String state)The state of the replay.StartReplayResponse.Builderstate(ReplayState state)The state of the replay.StartReplayResponse.BuilderstateReason(String stateReason)The reason that the replay is in the 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
StartReplayResponse.Builder replayArn(String replayArn)
The ARN of the replay.
- Parameters:
replayArn- The ARN of the replay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
StartReplayResponse.Builder state(String state)
The state of the replay.
- Parameters:
state- The state of the replay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplayState,ReplayState
-
state
StartReplayResponse.Builder state(ReplayState state)
The state of the replay.
- Parameters:
state- The state of the replay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReplayState,ReplayState
-
stateReason
StartReplayResponse.Builder stateReason(String stateReason)
The reason that the replay is in the state.
- Parameters:
stateReason- The reason that the replay is in the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replayStartTime
StartReplayResponse.Builder replayStartTime(Instant replayStartTime)
The time at which the replay started.
- Parameters:
replayStartTime- The time at which the replay started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-