Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,OpenSearchRequest.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
@Mutable @NotThreadSafe public static interface ListApplicationsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
-
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.opensearch.model.OpenSearchRequest.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 Detail
-
nextToken
ListApplicationsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
ListApplicationsRequest.Builder statusesWithStrings(Collection<String> statuses)
Filters the list of OpenSearch applications by status. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- Filters the list of OpenSearch applications by status. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
ListApplicationsRequest.Builder statusesWithStrings(String... statuses)
Filters the list of OpenSearch applications by status. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- Filters the list of OpenSearch applications by status. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
ListApplicationsRequest.Builder statuses(Collection<ApplicationStatus> statuses)
Filters the list of OpenSearch applications by status. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- Filters the list of OpenSearch applications by status. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
ListApplicationsRequest.Builder statuses(ApplicationStatus... statuses)
Filters the list of OpenSearch applications by status. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- Filters the list of OpenSearch applications by status. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListApplicationsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-