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