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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeRefreshSchemasStatusResponse.BuilderrefreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)The status of the schema.DescribeRefreshSchemasStatusResponse.BuilderrefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)The status of the schema.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
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:
refreshSchemasStatus(RefreshSchemasStatus)
-
-