Interface DeleteSnapshotCopyGrantRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSnapshotCopyGrantRequest.Builder,DeleteSnapshotCopyGrantRequest>,RedshiftRequest.Builder,SdkBuilder<DeleteSnapshotCopyGrantRequest.Builder,DeleteSnapshotCopyGrantRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSnapshotCopyGrantRequest
public static interface DeleteSnapshotCopyGrantRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteSnapshotCopyGrantRequest.Builder,DeleteSnapshotCopyGrantRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSnapshotCopyGrantRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSnapshotCopyGrantRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSnapshotCopyGrantRequest.BuildersnapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
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
-
snapshotCopyGrantName
DeleteSnapshotCopyGrantRequest.Builder snapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant to delete.
- Parameters:
snapshotCopyGrantName- The name of the snapshot copy grant to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSnapshotCopyGrantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSnapshotCopyGrantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-