CopyableBuilder<InitiateJobRequest.Builder,InitiateJobRequest>, SdkBuilder<InitiateJobRequest.Builder,InitiateJobRequest>public static interface InitiateJobRequest.Builder extends CopyableBuilder<InitiateJobRequest.Builder,InitiateJobRequest>
| Modifier and Type | Method | Description |
|---|---|---|
InitiateJobRequest.Builder |
accountId(String accountId) |
The
AccountId value is the AWS account ID of the account that owns the vault. |
InitiateJobRequest.Builder |
jobParameters(JobParameters jobParameters) |
Provides options for specifying job information.
|
InitiateJobRequest.Builder |
vaultName(String vaultName) |
The name of the vault.
|
copyapply, buildInitiateJobRequest.Builder accountId(String accountId)
The AccountId value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses
the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not
include any hyphens ('-') in the ID.
accountId - The AccountId value is the AWS account ID of the account that owns the vault. You can
either specify an AWS account ID or optionally a single '-' (hyphen), in which case
Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If
you use an account ID, do not include any hyphens ('-') in the ID.InitiateJobRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName - The name of the vault.InitiateJobRequest.Builder jobParameters(JobParameters jobParameters)
Provides options for specifying job information.
jobParameters - Provides options for specifying job information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.