Interface ListSnapshotsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSnapshotsRequest
public static interface ListSnapshotsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSnapshotsRequest.BuilderendTime(Instant endTime)The timestamp showing when the snapshot creation finished.ListSnapshotsRequest.BuildermaxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListSnapshotsRequest.BuildernamespaceArn(String namespaceArn)The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.ListSnapshotsRequest.BuildernamespaceName(String namespaceName)The namespace from which to list all snapshots.ListSnapshotsRequest.BuildernextToken(String nextToken)IfnextTokenis returned, there are more results available.ListSnapshotsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSnapshotsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSnapshotsRequest.BuilderownerAccount(String ownerAccount)The owner Amazon Web Services account of the snapshot.ListSnapshotsRequest.BuilderstartTime(Instant startTime)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, sdkFields
-
-
-
-
Method Detail
-
endTime
ListSnapshotsRequest.Builder endTime(Instant 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
ListSnapshotsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.- Parameters:
maxResults- An optional parameter that specifies the maximum number of results to return. You can usenextTokento display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceArn
ListSnapshotsRequest.Builder namespaceArn(String 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
ListSnapshotsRequest.Builder namespaceName(String 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
ListSnapshotsRequest.Builder nextToken(String nextToken)
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken- IfnextTokenis returned, there are more results available. The value ofnextTokenis 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
ListSnapshotsRequest.Builder ownerAccount(String 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
ListSnapshotsRequest.Builder startTime(Instant 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-