Interface BatchGetSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<BatchGetSchemaRequest.Builder,BatchGetSchemaRequest>,SdkBuilder<BatchGetSchemaRequest.Builder,BatchGetSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetSchemaRequest
public static interface BatchGetSchemaRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<BatchGetSchemaRequest.Builder,BatchGetSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetSchemaRequest.BuildercollaborationIdentifier(String collaborationIdentifier)A unique identifier for the collaboration that the schemas belong to.BatchGetSchemaRequest.Buildernames(String... names)The names for the schema objects to retrieve.>BatchGetSchemaRequest.Buildernames(Collection<String> names)The names for the schema objects to retrieve.>BatchGetSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetSchemaRequest.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
BatchGetSchemaRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
- Parameters:
collaborationIdentifier- A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
BatchGetSchemaRequest.Builder names(Collection<String> names)
The names for the schema objects to retrieve.>
- Parameters:
names- The names for the schema objects to retrieve.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
BatchGetSchemaRequest.Builder names(String... names)
The names for the schema objects to retrieve.>
- Parameters:
names- The names for the schema objects to retrieve.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-