Interface GetSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<GetSchemaRequest.Builder,GetSchemaRequest>,SdkBuilder<GetSchemaRequest.Builder,GetSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSchemaRequest
public static interface GetSchemaRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetSchemaRequest.Builder,GetSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSchemaRequest.BuildercollaborationIdentifier(String collaborationIdentifier)A unique identifier for the collaboration that the schema belongs to.GetSchemaRequest.Buildername(String name)The name of the relation to retrieve the schema for.GetSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
collaborationIdentifier
GetSchemaRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
- Parameters:
collaborationIdentifier- A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetSchemaRequest.Builder name(String name)
The name of the relation to retrieve the schema for.
- Parameters:
name- The name of the relation to retrieve the schema for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-