Interface GetSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSnapshotRequest.Builder,GetSnapshotRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<GetSnapshotRequest.Builder,GetSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSnapshotRequest
public static interface GetSnapshotRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetSnapshotRequest.Builder,GetSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSnapshotRequest.BuilderownerAccount(String ownerAccount)The owner Amazon Web Services account of a snapshot shared with another user.GetSnapshotRequest.BuildersnapshotArn(String snapshotArn)The Amazon Resource Name (ARN) of the snapshot to return.GetSnapshotRequest.BuildersnapshotName(String snapshotName)The name of the snapshot to return.-
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.redshiftserverless.model.RedshiftServerlessRequest.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
-
ownerAccount
GetSnapshotRequest.Builder ownerAccount(String ownerAccount)
The owner Amazon Web Services account of a snapshot shared with another user.
- Parameters:
ownerAccount- The owner Amazon Web Services account of a snapshot shared with another user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotArn
GetSnapshotRequest.Builder snapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) of the snapshot to return.
- Parameters:
snapshotArn- The Amazon Resource Name (ARN) of the snapshot to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotName
GetSnapshotRequest.Builder snapshotName(String snapshotName)
The name of the snapshot to return.
- Parameters:
snapshotName- The name of the snapshot to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-