Interface ListSnapshotsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSnapshotsRequest.Builder,
,ListSnapshotsRequest> RedshiftServerlessRequest.Builder
,SdkBuilder<ListSnapshotsRequest.Builder,
,ListSnapshotsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSnapshotsRequest
@Mutable
@NotThreadSafe
public static interface ListSnapshotsRequest.Builder
extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp showing when the snapshot creation finished.maxResults
(Integer maxResults) An optional parameter that specifies the maximum number of results to return.namespaceArn
(String namespaceArn) The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.namespaceName
(String namespaceName) The namespace from which to list all snapshots.IfnextToken
is returned, there are more results available.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ownerAccount
(String ownerAccount) The owner Amazon Web Services account of the snapshot.The time when the creation of the snapshot was initiated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
endTime
The timestamp showing when the snapshot creation finished.
- Parameters:
endTime
- The timestamp showing when the snapshot creation finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to display the next page of results.- Parameters:
maxResults
- An optional parameter that specifies the maximum number of results to return. You can usenextToken
to display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceArn
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
- Parameters:
namespaceArn
- The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceName
The namespace from which to list all snapshots.
- Parameters:
namespaceName
- The namespace from which to list all snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken
- IfnextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccount
The owner Amazon Web Services account of the snapshot.
- Parameters:
ownerAccount
- The owner Amazon Web Services account of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time when the creation of the snapshot was initiated.
- Parameters:
startTime
- The time when the creation of the snapshot was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-