Interface DescribeRefreshSchemasStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRefreshSchemasStatusResponse.Builder,,DescribeRefreshSchemasStatusResponse> DatabaseMigrationResponse.Builder,SdkBuilder<DescribeRefreshSchemasStatusResponse.Builder,,DescribeRefreshSchemasStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeRefreshSchemasStatusResponse
public static interface DescribeRefreshSchemasStatusResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeRefreshSchemasStatusResponse.Builder,DescribeRefreshSchemasStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrefreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus) The status of the schema.refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
refreshSchemasStatus
DescribeRefreshSchemasStatusResponse.Builder refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus) The status of the schema.
- Parameters:
refreshSchemasStatus- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchemasStatus
default DescribeRefreshSchemasStatusResponse.Builder refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus) The status of the schema.
This is a convenience method that creates an instance of theRefreshSchemasStatus.Builderavoiding the need to create one manually viaRefreshSchemasStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torefreshSchemasStatus(RefreshSchemasStatus).- Parameters:
refreshSchemasStatus- a consumer that will call methods onRefreshSchemasStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-