public static interface ListDocumentVersionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
Modifier and Type | Method and Description |
---|---|
ListDocumentVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentVersionsRequest.Builder |
name(String name)
The name of the document.
|
ListDocumentVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListDocumentVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDocumentVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDocumentVersionsRequest.Builder name(String name)
The name of the document. You can specify an Amazon Resource Name (ARN).
name
- The name of the document. You can specify an Amazon Resource Name (ARN).ListDocumentVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListDocumentVersionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)ListDocumentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDocumentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.