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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateArchiveResponse.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
,
ArchiveState
UpdateArchiveResponse.Builder state(ArchiveState state)
The state of the archive.
state
- The state of the archive.ArchiveState
,
ArchiveState
UpdateArchiveResponse.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.