Interface ExecuteScheduledReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BcmDashboardsResponse.Builder,Buildable,CopyableBuilder<ExecuteScheduledReportResponse.Builder,,ExecuteScheduledReportResponse> SdkBuilder<ExecuteScheduledReportResponse.Builder,,ExecuteScheduledReportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ExecuteScheduledReportResponse
@Mutable
@NotThreadSafe
public static interface ExecuteScheduledReportResponse.Builder
extends BcmDashboardsResponse.Builder, SdkPojo, CopyableBuilder<ExecuteScheduledReportResponse.Builder,ExecuteScheduledReportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionTriggered(Boolean executionTriggered) Indicates whether the execution was successfully triggered.healthStatus(Consumer<HealthStatus.Builder> healthStatus) The health status of the scheduled report after the execution request.healthStatus(HealthStatus healthStatus) The health status of the scheduled report after the execution request.Methods inherited from interface software.amazon.awssdk.services.bcmdashboards.model.BcmDashboardsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
healthStatus
The health status of the scheduled report after the execution request.
- Parameters:
healthStatus- The health status of the scheduled report after the execution request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthStatus
default ExecuteScheduledReportResponse.Builder healthStatus(Consumer<HealthStatus.Builder> healthStatus) The health status of the scheduled report after the execution request.
This is a convenience method that creates an instance of theHealthStatus.Builderavoiding the need to create one manually viaHealthStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohealthStatus(HealthStatus).- Parameters:
healthStatus- a consumer that will call methods onHealthStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionTriggered
Indicates whether the execution was successfully triggered.
- Parameters:
executionTriggered- Indicates whether the execution was successfully triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-