Interface ListDocumentMetadataHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>,SdkBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- ListDocumentMetadataHistoryResponse
@Mutable @NotThreadSafe public static interface ListDocumentMetadataHistoryResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListDocumentMetadataHistoryResponse.Builderauthor(String author)The user ID of the person in the organization who requested the review of the change template.ListDocumentMetadataHistoryResponse.BuilderdocumentVersion(String documentVersion)The version of the change template.default ListDocumentMetadataHistoryResponse.Buildermetadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)Information about the response to the change template approval request.ListDocumentMetadataHistoryResponse.Buildermetadata(DocumentMetadataResponseInfo metadata)Information about the response to the change template approval request.ListDocumentMetadataHistoryResponse.Buildername(String name)The name of the change template.ListDocumentMetadataHistoryResponse.BuildernextToken(String nextToken)The maximum number of items to return for this call.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
name
ListDocumentMetadataHistoryResponse.Builder name(String name)
The name of the change template.
- Parameters:
name- The name of the change template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentVersion
ListDocumentMetadataHistoryResponse.Builder documentVersion(String documentVersion)
The version of the change template.
- Parameters:
documentVersion- The version of the change template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
author
ListDocumentMetadataHistoryResponse.Builder author(String author)
The user ID of the person in the organization who requested the review of the change template.
- Parameters:
author- The user ID of the person in the organization who requested the review of the change template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
ListDocumentMetadataHistoryResponse.Builder metadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
- Parameters:
metadata- Information about the response to the change template approval request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default ListDocumentMetadataHistoryResponse.Builder metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the change template approval request.
This is a convenience method that creates an instance of theDocumentMetadataResponseInfo.Builderavoiding the need to create one manually viaDocumentMetadataResponseInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(DocumentMetadataResponseInfo).- Parameters:
metadata- a consumer that will call methods onDocumentMetadataResponseInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadata(DocumentMetadataResponseInfo)
-
nextToken
ListDocumentMetadataHistoryResponse.Builder nextToken(String nextToken)
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:
nextToken- 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.
-
-