public static interface UpdateArchiveResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<UpdateArchiveResponse.Builder,UpdateArchiveResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateArchiveResponse.Builder |
archiveArn(String archiveArn)
The ARN of the archive.
|
UpdateArchiveResponse.Builder |
creationTime(Instant creationTime)
The time at which the archive was updated.
|
UpdateArchiveResponse.Builder |
state(ArchiveState state)
The state of the archive.
|
UpdateArchiveResponse.Builder |
state(String state)
The state of the archive.
|
UpdateArchiveResponse.Builder |
stateReason(String stateReason)
The reason that the archive is in the current state.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateArchiveResponse.Builder archiveArn(String archiveArn)
The ARN of the archive.
archiveArn - The ARN of the archive.UpdateArchiveResponse.Builder state(String state)
The state of the archive.
state - The state of the archive.ArchiveState,
ArchiveStateUpdateArchiveResponse.Builder state(ArchiveState state)
The state of the archive.
state - The state of the archive.ArchiveState,
ArchiveStateUpdateArchiveResponse.Builder stateReason(String stateReason)
The reason that the archive is in the current state.
stateReason - The reason that the archive is in the current state.UpdateArchiveResponse.Builder creationTime(Instant creationTime)
The time at which the archive was updated.
creationTime - The time at which the archive was updated.Copyright © 2022. All rights reserved.