Interface GetProtectedJobRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CleanRoomsRequest.Builder,- CopyableBuilder<GetProtectedJobRequest.Builder,,- GetProtectedJobRequest> - SdkBuilder<GetProtectedJobRequest.Builder,,- GetProtectedJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetProtectedJobRequest
@Mutable
@NotThreadSafe
public static interface GetProtectedJobRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetProtectedJobRequest.Builder,GetProtectedJobRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmembershipIdentifier(String membershipIdentifier) The identifier for a membership in a protected job instance.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.protectedJobIdentifier(String protectedJobIdentifier) The identifier for the protected job instance.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
membershipIdentifierThe identifier for a membership in a protected job instance. - Parameters:
- membershipIdentifier- The identifier for a membership in a protected job instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
protectedJobIdentifierThe identifier for the protected job instance. - Parameters:
- protectedJobIdentifier- The identifier for the protected job instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetProtectedJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetProtectedJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-