Interface ListAppsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>,SdkBuilder<ListAppsRequest.Builder,ListAppsRequest>,SdkPojo,SdkRequest.Builder,SimSpaceWeaverRequest.Builder
- Enclosing class:
- ListAppsRequest
public static interface ListAppsRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppsRequest.Builderdomain(String domain)The name of the domain that you want to list apps for.ListAppsRequest.BuildermaxResults(Integer maxResults)The maximum number of apps to list.ListAppsRequest.BuildernextToken(String nextToken)If SimSpace Weaver returnsnextToken, then there are more results available.ListAppsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppsRequest.Buildersimulation(String simulation)The name of the simulation that you want to list apps for.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverRequest.Builder
build
-
-
-
-
Method Detail
-
domain
ListAppsRequest.Builder domain(String domain)
The name of the domain that you want to list apps for.
- Parameters:
domain- The name of the domain that you want to list apps for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppsRequest.Builder maxResults(Integer maxResults)
The maximum number of apps to list.
- Parameters:
maxResults- The maximum number of apps to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppsRequest.Builder nextToken(String nextToken)
If SimSpace Weaver returns
nextToken, then there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextTokenis set tonull. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.- Parameters:
nextToken- If SimSpace Weaver returnsnextToken, then there are more results available. The value ofnextTokenis a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, thennextTokenis set tonull. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulation
ListAppsRequest.Builder simulation(String simulation)
The name of the simulation that you want to list apps for.
- Parameters:
simulation- The name of the simulation that you want to list apps for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-