Interface DocumentParameter.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DocumentParameter.Builder,,DocumentParameter> SdkBuilder<DocumentParameter.Builder,,DocumentParameter> SdkPojo
- Enclosing class:
 DocumentParameter
public static interface DocumentParameter.Builder
extends SdkPojo, CopyableBuilder<DocumentParameter.Builder,DocumentParameter> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the map field containing the patterns that need to be replaced in a managed template job document schema.An example illustrating a pattern that need to be replaced in a managed template job document schema.Key of the map field containing the patterns that need to be replaced in a managed template job document schema.Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.A regular expression of the patterns that need to be replaced in a managed template job document schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
key
Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
- Parameters:
 key- Key of the map field containing the patterns that need to be replaced in a managed template job document schema.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
- Parameters:
 description- Description of the map field containing the patterns that need to be replaced in a managed template job document schema.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regex
A regular expression of the patterns that need to be replaced in a managed template job document schema.
- Parameters:
 regex- A regular expression of the patterns that need to be replaced in a managed template job document schema.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
example
An example illustrating a pattern that need to be replaced in a managed template job document schema.
- Parameters:
 example- An example illustrating a pattern that need to be replaced in a managed template job document schema.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
optional
Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
- Parameters:
 optional- Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -