Interface ConfluenceDocumentResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfluenceDocumentResource.Builder,,ConfluenceDocumentResource> SdkBuilder<ConfluenceDocumentResource.Builder,,ConfluenceDocumentResource> SdkPojo
- Enclosing class:
ConfluenceDocumentResource
@Mutable
@NotThreadSafe
public static interface ConfluenceDocumentResource.Builder
extends SdkPojo, CopyableBuilder<ConfluenceDocumentResource.Builder,ConfluenceDocumentResource>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Name property for this object.The Confluence page identifier.The Confluence space key containing the document.spaceTitle(String spaceTitle) The display title of the Confluence space.The display title of the Confluence page.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceKey
The Confluence space key containing the document.
- Parameters:
spaceKey- The Confluence space key containing the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageId
The Confluence page identifier.
- Parameters:
pageId- The Confluence page identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The display title of the Confluence page.
- Parameters:
title- The display title of the Confluence page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceTitle
The display title of the Confluence space.
- Parameters:
spaceTitle- The display title of the Confluence space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-