Interface ListDocumentMetadataHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,
,ListDocumentMetadataHistoryResponse> SdkBuilder<ListDocumentMetadataHistoryResponse.Builder,
,ListDocumentMetadataHistoryResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
ListDocumentMetadataHistoryResponse
public static interface ListDocumentMetadataHistoryResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe user ID of the person in the organization who requested the review of the change template.documentVersion
(String documentVersion) The version of the change template.metadata
(Consumer<DocumentMetadataResponseInfo.Builder> metadata) Information about the response to the change template approval request.metadata
(DocumentMetadataResponseInfo metadata) Information about the response to the change template approval request.The name of the change template.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, 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 Details
-
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
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
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
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.Builder
avoiding the need to create one manually viaDocumentMetadataResponseInfo.builder()
.When the
Consumer
completes,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:
-
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.
-