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