Interface ListDocumentVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>,SdkBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- ListDocumentVersionsRequest
@Mutable @NotThreadSafe public static interface ListDocumentVersionsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDocumentVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this call.ListDocumentVersionsRequest.Buildername(String name)The name of the document.ListDocumentVersionsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListDocumentVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDocumentVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
name
ListDocumentVersionsRequest.Builder name(String name)
The name of the document. You can specify an Amazon Resource Name (ARN).
- Parameters:
name- The name of the document. You can specify an Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDocumentVersionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDocumentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDocumentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-