public static interface GetVaultLockResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<GetVaultLockResponse.Builder,GetVaultLockResponse>
Modifier and Type | Method and Description |
---|---|
GetVaultLockResponse.Builder |
creationDate(String creationDate)
The UTC date and time at which the vault lock was put into the
InProgress state. |
GetVaultLockResponse.Builder |
expirationDate(String expirationDate)
The UTC date and time at which the lock ID expires.
|
GetVaultLockResponse.Builder |
policy(String policy)
The vault lock policy as a JSON string, which uses "\" as an escape character.
|
GetVaultLockResponse.Builder |
state(String state)
The state of the vault lock.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetVaultLockResponse.Builder policy(String policy)
The vault lock policy as a JSON string, which uses "\" as an escape character.
policy
- The vault lock policy as a JSON string, which uses "\" as an escape character.GetVaultLockResponse.Builder state(String state)
The state of the vault lock. InProgress
or Locked
.
state
- The state of the vault lock. InProgress
or Locked
.GetVaultLockResponse.Builder expirationDate(String expirationDate)
The UTC date and time at which the lock ID expires. This value can be null
if the vault lock is
in a Locked
state.
expirationDate
- The UTC date and time at which the lock ID expires. This value can be null
if the vault
lock is in a Locked
state.GetVaultLockResponse.Builder creationDate(String creationDate)
The UTC date and time at which the vault lock was put into the InProgress
state.
creationDate
- The UTC date and time at which the vault lock was put into the InProgress
state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.