Interface ListProfileObjectTypeTemplateItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>,SdkBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>,SdkPojo
- Enclosing class:
- ListProfileObjectTypeTemplateItem
public static interface ListProfileObjectTypeTemplateItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectTypeTemplateItem.Builder,ListProfileObjectTypeTemplateItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileObjectTypeTemplateItem.BuildersourceName(String sourceName)The name of the source of the object template.ListProfileObjectTypeTemplateItem.BuildersourceObject(String sourceObject)The source of the object template.ListProfileObjectTypeTemplateItem.BuildertemplateId(String templateId)A unique identifier for the object template.-
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
-
-
-
-
Method Detail
-
templateId
ListProfileObjectTypeTemplateItem.Builder templateId(String templateId)
A unique identifier for the object template.
- Parameters:
templateId- A unique identifier for the object template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceName
ListProfileObjectTypeTemplateItem.Builder sourceName(String sourceName)
The name of the source of the object template.
- Parameters:
sourceName- The name of the source of the object template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceObject
ListProfileObjectTypeTemplateItem.Builder sourceObject(String sourceObject)
The source of the object template.
- Parameters:
sourceObject- The source of the object template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-