Interface DefaultExportDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultExportDestination.Builder,DefaultExportDestination>,SdkBuilder<DefaultExportDestination.Builder,DefaultExportDestination>,SdkPojo
- Enclosing class:
- DefaultExportDestination
public static interface DefaultExportDestination.Builder extends SdkPojo, CopyableBuilder<DefaultExportDestination.Builder,DefaultExportDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultExportDestination.Builderdestination(String destination)The destination bucket where Audit Manager stores exported files.DefaultExportDestination.BuilderdestinationType(String destinationType)The destination type, such as Amazon S3.DefaultExportDestination.BuilderdestinationType(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, sdkFields
-
-
-
-
Method Detail
-
destinationType
DefaultExportDestination.Builder destinationType(String 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:
ExportDestinationType,ExportDestinationType
-
destinationType
DefaultExportDestination.Builder destinationType(ExportDestinationType 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:
ExportDestinationType,ExportDestinationType
-
destination
DefaultExportDestination.Builder destination(String 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.
-
-