Interface DefaultExportDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultExportDestination.Builder,
,DefaultExportDestination> SdkBuilder<DefaultExportDestination.Builder,
,DefaultExportDestination> SdkPojo
- Enclosing class:
DefaultExportDestination
@Mutable
@NotThreadSafe
public static interface DefaultExportDestination.Builder
extends SdkPojo, CopyableBuilder<DefaultExportDestination.Builder,DefaultExportDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The destination bucket where Audit Manager stores exported files.destinationType
(String destinationType) The destination type, such as Amazon S3.destinationType
(ExportDestinationType destinationType) The destination type, such as Amazon S3.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
-
destinationType
The destination type, such as Amazon S3.
- Parameters:
destinationType
- The destination type, such as Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationType
The destination type, such as Amazon S3.
- Parameters:
destinationType
- The destination type, such as Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The destination bucket where Audit Manager stores exported files.
- Parameters:
destination
- The destination bucket where Audit Manager stores exported files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-