Interface GetProtectedQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<GetProtectedQueryRequest.Builder,GetProtectedQueryRequest>
,SdkBuilder<GetProtectedQueryRequest.Builder,GetProtectedQueryRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetProtectedQueryRequest
public static interface GetProtectedQueryRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetProtectedQueryRequest.Builder,GetProtectedQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProtectedQueryRequest.Builder
membershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.GetProtectedQueryRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetProtectedQueryRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetProtectedQueryRequest.Builder
protectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.-
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
-
membershipIdentifier
GetProtectedQueryRequest.Builder membershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.
- Parameters:
membershipIdentifier
- The identifier for a membership in a protected query instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectedQueryIdentifier
GetProtectedQueryRequest.Builder protectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
- Parameters:
protectedQueryIdentifier
- The identifier for a protected query instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetProtectedQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetProtectedQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-