Interface GetSchemaResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<GetSchemaResponse.Builder,,GetSchemaResponse> SdkBuilder<GetSchemaResponse.Builder,,GetSchemaResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetSchemaResponse
public static interface GetSchemaResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetSchemaResponse.Builderschema(Consumer<Schema.Builder> schema) The entire schema object.The entire schema object.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
schema
The entire schema object.
- Parameters:
 schema- The entire schema object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schema
The entire schema object.
This is a convenience method that creates an instance of theSchema.Builderavoiding the need to create one manually viaSchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschema(Schema).- Parameters:
 schema- a consumer that will call methods onSchema.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -