Interface GetSchemaAnalysisRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<GetSchemaAnalysisRuleRequest.Builder,GetSchemaAnalysisRuleRequest>
,SdkBuilder<GetSchemaAnalysisRuleRequest.Builder,GetSchemaAnalysisRuleRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetSchemaAnalysisRuleRequest
public static interface GetSchemaAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetSchemaAnalysisRuleRequest.Builder,GetSchemaAnalysisRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSchemaAnalysisRuleRequest.Builder
collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.GetSchemaAnalysisRuleRequest.Builder
name(String name)
The name of the schema to retrieve the analysis rule for.GetSchemaAnalysisRuleRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetSchemaAnalysisRuleRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetSchemaAnalysisRuleRequest.Builder
type(String type)
The type of the schema analysis rule to retrieve.GetSchemaAnalysisRuleRequest.Builder
type(AnalysisRuleType type)
The type of the schema analysis rule to retrieve.-
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
GetSchemaAnalysisRuleRequest.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
GetSchemaAnalysisRuleRequest.Builder name(String name)
The name of the schema to retrieve the analysis rule for.
- Parameters:
name
- The name of the schema to retrieve the analysis rule for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GetSchemaAnalysisRuleRequest.Builder type(String type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
- Parameters:
type
- The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalysisRuleType
,AnalysisRuleType
-
type
GetSchemaAnalysisRuleRequest.Builder type(AnalysisRuleType type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
- Parameters:
type
- The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnalysisRuleType
,AnalysisRuleType
-
overrideConfiguration
GetSchemaAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetSchemaAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-