public static interface ListDatabasesRequest.Builder extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesRequest.Builder |
applicationId(String applicationId)
The ID of the application.
|
ListDatabasesRequest.Builder |
componentId(String componentId)
The ID of the component.
|
ListDatabasesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListDatabasesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListDatabasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatabasesRequest.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.ListDatabasesRequest.Builder componentId(String componentId)
The ID of the component.
componentId - The ID of the component.ListDatabasesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListDatabasesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value. If you do not specify a value for MaxResults, the
request returns 50 items per page by default.ListDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.