Interface ReportDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReportDestination.Builder,,ReportDestination> SdkBuilder<ReportDestination.Builder,,ReportDestination> SdkPojo
- Enclosing class:
ReportDestination
@Mutable
@NotThreadSafe
public static interface ReportDestination.Builder
extends SdkPojo, CopyableBuilder<ReportDestination.Builder,ReportDestination>
-
Method Summary
Modifier and TypeMethodDescriptioncontainerId(String containerId) The container identifier where the report will be published.documentId(String documentId) The existing document identifier to update instead of creating a new document.integrationId(String integrationId) The integration identifier for the document provider.The parent document identifier under which the report will be created.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
-
integrationId
The integration identifier for the document provider.
- Parameters:
integrationId- The integration identifier for the document provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerId
The container identifier where the report will be published.
- Parameters:
containerId- The container identifier where the report will be published.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentId
The parent document identifier under which the report will be created.
- Parameters:
parentId- The parent document identifier under which the report will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentId
The existing document identifier to update instead of creating a new document.
- Parameters:
documentId- The existing document identifier to update instead of creating a new document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-