Interface RetrievalResultConfluenceLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrievalResultConfluenceLocation.Builder,
,RetrievalResultConfluenceLocation> SdkBuilder<RetrievalResultConfluenceLocation.Builder,
,RetrievalResultConfluenceLocation> SdkPojo
- Enclosing class:
RetrievalResultConfluenceLocation
@Mutable
@NotThreadSafe
public static interface RetrievalResultConfluenceLocation.Builder
extends SdkPojo, CopyableBuilder<RetrievalResultConfluenceLocation.Builder,RetrievalResultConfluenceLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Confluence host URL for the data source location.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, sdkFieldNameToField, sdkFields
-
Method Details
-
url
The Confluence host URL for the data source location.
- Parameters:
url
- The Confluence host URL for the data source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-