Interface AssessmentReportsDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentReportsDestination.Builder,AssessmentReportsDestination>,SdkBuilder<AssessmentReportsDestination.Builder,AssessmentReportsDestination>,SdkPojo
- Enclosing class:
- AssessmentReportsDestination
public static interface AssessmentReportsDestination.Builder extends SdkPojo, CopyableBuilder<AssessmentReportsDestination.Builder,AssessmentReportsDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssessmentReportsDestination.Builderdestination(String destination)The destination bucket where Audit Manager stores assessment reports.AssessmentReportsDestination.BuilderdestinationType(String destinationType)The destination type, such as Amazon S3.AssessmentReportsDestination.BuilderdestinationType(AssessmentReportDestinationType 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
AssessmentReportsDestination.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:
AssessmentReportDestinationType,AssessmentReportDestinationType
-
destinationType
AssessmentReportsDestination.Builder destinationType(AssessmentReportDestinationType 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:
AssessmentReportDestinationType,AssessmentReportDestinationType
-
destination
AssessmentReportsDestination.Builder destination(String destination)
The destination bucket where Audit Manager stores assessment reports.
- Parameters:
destination- The destination bucket where Audit Manager stores assessment reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-