Interface DescribeReportPlanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<DescribeReportPlanResponse.Builder,DescribeReportPlanResponse>,SdkBuilder<DescribeReportPlanResponse.Builder,DescribeReportPlanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeReportPlanResponse
public static interface DescribeReportPlanResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeReportPlanResponse.Builder,DescribeReportPlanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeReportPlanResponse.BuilderreportPlan(Consumer<ReportPlan.Builder> reportPlan)Returns details about the report plan that is specified by its name.DescribeReportPlanResponse.BuilderreportPlan(ReportPlan reportPlan)Returns details about the report plan that is specified by its name.-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
reportPlan
DescribeReportPlanResponse.Builder reportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
- Parameters:
reportPlan- Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportPlan
default DescribeReportPlanResponse.Builder reportPlan(Consumer<ReportPlan.Builder> reportPlan)
Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
This is a convenience method that creates an instance of theReportPlan.Builderavoiding the need to create one manually viaReportPlan.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportPlan(ReportPlan).- Parameters:
reportPlan- a consumer that will call methods onReportPlan.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reportPlan(ReportPlan)
-
-