Interface TemplateShareSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateShareSummary.Builder,TemplateShareSummary>,SdkBuilder<TemplateShareSummary.Builder,TemplateShareSummary>,SdkPojo
- Enclosing class:
- TemplateShareSummary
public static interface TemplateShareSummary.Builder extends SdkPojo, CopyableBuilder<TemplateShareSummary.Builder,TemplateShareSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateShareSummary.BuildersharedWith(String sharedWith)Sets the value of the SharedWith property for this object.TemplateShareSummary.BuildershareId(String shareId)Sets the value of the ShareId property for this object.TemplateShareSummary.Builderstatus(String status)Sets the value of the Status property for this object.TemplateShareSummary.Builderstatus(ShareStatus status)Sets the value of the Status property for this object.TemplateShareSummary.BuilderstatusMessage(String statusMessage)Review template share invitation status message.-
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
-
shareId
TemplateShareSummary.Builder shareId(String shareId)
Sets the value of the ShareId property for this object.- Parameters:
shareId- The new value for the ShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWith
TemplateShareSummary.Builder sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.- Parameters:
sharedWith- The new value for the SharedWith property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
TemplateShareSummary.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
TemplateShareSummary.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
statusMessage
TemplateShareSummary.Builder statusMessage(String statusMessage)
Review template share invitation status message.
- Parameters:
statusMessage- Review template share invitation status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-