public static interface DescribeJobRequest.Builder extends GlacierRequest.Builder, SdkPojo, CopyableBuilder<DescribeJobRequest.Builder,DescribeJobRequest>
Modifier and Type | Method and Description |
---|---|
DescribeJobRequest.Builder |
accountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
DescribeJobRequest.Builder |
jobId(String jobId)
The ID of the job to describe.
|
DescribeJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeJobRequest.Builder |
vaultName(String vaultName)
The name of the vault.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeJobRequest.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 S3 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 S3 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.DescribeJobRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.DescribeJobRequest.Builder jobId(String jobId)
The ID of the job to describe.
jobId
- The ID of the job to describe.DescribeJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.