CopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>
, SdkBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>
public static interface DescribeRecordRequest.Builder extends CopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeRecordRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
DescribeRecordRequest.Builder |
id(String id) |
The record identifier of the ProvisionedProduct object for which to retrieve output information.
|
DescribeRecordRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of items to return in the results.
|
DescribeRecordRequest.Builder |
pageToken(String pageToken) |
The page token of the first page retrieved.
|
copy
apply, build
DescribeRecordRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
DescribeRecordRequest.Builder id(String id)
The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the
RecordDetail.RecordId
obtained from the request operation's response.
id
- The record identifier of the ProvisionedProduct object for which to retrieve output information. This
is the RecordDetail.RecordId
obtained from the request operation's response.DescribeRecordRequest.Builder pageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.
pageToken
- The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize
.DescribeRecordRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.
pageSize
- The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize
, the value of NextPageToken
in the response is non-null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.