Interface UpdateDocumentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>,SdkBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- UpdateDocumentRequest
@Mutable @NotThreadSafe public static interface UpdateDocumentRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDocumentRequest.Builderattachments(Collection<AttachmentsSource> attachments)A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Builderattachments(Consumer<AttachmentsSource.Builder>... attachments)A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Builderattachments(AttachmentsSource... attachments)A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Buildercontent(String content)A valid JSON or YAML string.UpdateDocumentRequest.BuilderdisplayName(String displayName)The friendly name of the SSM document that you want to update.UpdateDocumentRequest.BuilderdocumentFormat(String documentFormat)Specify the document format for the new document version.UpdateDocumentRequest.BuilderdocumentFormat(DocumentFormat documentFormat)Specify the document format for the new document version.UpdateDocumentRequest.BuilderdocumentVersion(String documentVersion)The version of the document that you want to update.UpdateDocumentRequest.Buildername(String name)The name of the SSM document that you want to update.UpdateDocumentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDocumentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDocumentRequest.BuildertargetType(String targetType)Specify a new target type for the document.UpdateDocumentRequest.BuilderversionName(String versionName)An optional field specifying the version of the artifact you are updating with the document.-
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
-
content
UpdateDocumentRequest.Builder content(String content)
A valid JSON or YAML string.
- Parameters:
content- A valid JSON or YAML string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachments
UpdateDocumentRequest.Builder attachments(Collection<AttachmentsSource> attachments)
A list of key-value pairs that describe attachments to a version of a document.
- Parameters:
attachments- A list of key-value pairs that describe attachments to a version of a document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachments
UpdateDocumentRequest.Builder attachments(AttachmentsSource... attachments)
A list of key-value pairs that describe attachments to a version of a document.
- Parameters:
attachments- A list of key-value pairs that describe attachments to a version of a document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachments
UpdateDocumentRequest.Builder attachments(Consumer<AttachmentsSource.Builder>... attachments)
A list of key-value pairs that describe attachments to a version of a document.
This is a convenience method that creates an instance of theAttachmentsSource.Builderavoiding the need to create one manually viaAttachmentsSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attachments(List.) - Parameters:
attachments- a consumer that will call methods onAttachmentsSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attachments(java.util.Collection)
-
name
UpdateDocumentRequest.Builder name(String name)
The name of the SSM document that you want to update.
- Parameters:
name- The name of the SSM document that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
UpdateDocumentRequest.Builder displayName(String displayName)
The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.
- Parameters:
displayName- The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
UpdateDocumentRequest.Builder versionName(String versionName)
An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
- Parameters:
versionName- An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentVersion
UpdateDocumentRequest.Builder documentVersion(String documentVersion)
The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the
$LATESTvariable.If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the
apply-only-at-cron-intervalparameter.- Parameters:
documentVersion- The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the$LATESTvariable.If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the
apply-only-at-cron-intervalparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentFormat
UpdateDocumentRequest.Builder documentFormat(String documentFormat)
Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.
- Parameters:
documentFormat- Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentFormat,DocumentFormat
-
documentFormat
UpdateDocumentRequest.Builder documentFormat(DocumentFormat documentFormat)
Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.
- Parameters:
documentFormat- Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentFormat,DocumentFormat
-
targetType
UpdateDocumentRequest.Builder targetType(String targetType)
Specify a new target type for the document.
- Parameters:
targetType- Specify a new target type for the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-