Interface ListApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,OpenSearchRequest.Builder,SdkBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListApplicationsRequest
public static interface ListApplicationsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListApplicationsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationsRequest.Builderstatuses(Collection<ApplicationStatus> statuses)OpenSearch Application Status can be used as filters for the listing request.ListApplicationsRequest.Builderstatuses(ApplicationStatus... statuses)OpenSearch Application Status can be used as filters for the listing request.ListApplicationsRequest.BuilderstatusesWithStrings(String... statuses)OpenSearch Application Status can be used as filters for the listing request.ListApplicationsRequest.BuilderstatusesWithStrings(Collection<String> statuses)OpenSearch Application Status can be used as filters for the listing request.-
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)
OpenSearch Application Status can be used as filters for the listing request. Possible values are
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- OpenSearch Application Status can be used as filters for the listing request. Possible values areCREATING,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)
OpenSearch Application Status can be used as filters for the listing request. Possible values are
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- OpenSearch Application Status can be used as filters for the listing request. Possible values areCREATING,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)
OpenSearch Application Status can be used as filters for the listing request. Possible values are
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- OpenSearch Application Status can be used as filters for the listing request. Possible values areCREATING,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)
OpenSearch Application Status can be used as filters for the listing request. Possible values are
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
statuses- OpenSearch Application Status can be used as filters for the listing request. Possible values areCREATING,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
-
-