Class DocumentParameter
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.DocumentParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DocumentParameter.Builder,DocumentParameter>
@Generated("software.amazon.awssdk:codegen") public final class DocumentParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentParameter.Builder,DocumentParameter>
A map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.
documentParameterscan only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDocumentParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentParameter.Builderbuilder()Stringdescription()Description of the map field containing the patterns that need to be replaced in a managed template job document schema.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexample()An example illustrating a pattern that need to be replaced in a managed template job document schema.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()Key of the map field containing the patterns that need to be replaced in a managed template job document schema.Booleanoptional()Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.Stringregex()A regular expression of the patterns that need to be replaced in a managed template job document schema.List<SdkField<?>>sdkFields()static Class<? extends DocumentParameter.Builder>serializableBuilderClass()DocumentParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
key
public final String key()
Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
- Returns:
- Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
-
description
public final String description()
Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
- Returns:
- Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
-
regex
public final String regex()
A regular expression of the patterns that need to be replaced in a managed template job document schema.
- Returns:
- A regular expression of the patterns that need to be replaced in a managed template job document schema.
-
example
public final String example()
An example illustrating a pattern that need to be replaced in a managed template job document schema.
- Returns:
- An example illustrating a pattern that need to be replaced in a managed template job document schema.
-
optional
public final Boolean optional()
Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
- Returns:
- Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
-
toBuilder
public DocumentParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DocumentParameter.Builder,DocumentParameter>
-
builder
public static DocumentParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends DocumentParameter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-