Interface ListApplicationStatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListApplicationStatesResponse.Builder,ListApplicationStatesResponse>,MigrationHubResponse.Builder,SdkBuilder<ListApplicationStatesResponse.Builder,ListApplicationStatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationStatesResponse
public static interface ListApplicationStatesResponse.Builder extends MigrationHubResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationStatesResponse.Builder,ListApplicationStatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationStatesResponse.BuilderapplicationStateList(Collection<ApplicationState> applicationStateList)A list of Applications that exist in Application Discovery Service.ListApplicationStatesResponse.BuilderapplicationStateList(Consumer<ApplicationState.Builder>... applicationStateList)A list of Applications that exist in Application Discovery Service.ListApplicationStatesResponse.BuilderapplicationStateList(ApplicationState... applicationStateList)A list of Applications that exist in Application Discovery Service.ListApplicationStatesResponse.BuildernextToken(String nextToken)If aNextTokenwas returned by a previous call, there are more results available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubResponse.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationStateList
ListApplicationStatesResponse.Builder applicationStateList(Collection<ApplicationState> applicationStateList)
A list of Applications that exist in Application Discovery Service.
- Parameters:
applicationStateList- A list of Applications that exist in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationStateList
ListApplicationStatesResponse.Builder applicationStateList(ApplicationState... applicationStateList)
A list of Applications that exist in Application Discovery Service.
- Parameters:
applicationStateList- A list of Applications that exist in Application Discovery Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationStateList
ListApplicationStatesResponse.Builder applicationStateList(Consumer<ApplicationState.Builder>... applicationStateList)
A list of Applications that exist in Application Discovery Service.
This is a convenience method that creates an instance of theApplicationState.Builderavoiding the need to create one manually viaApplicationState.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applicationStateList(List.) - Parameters:
applicationStateList- a consumer that will call methods onApplicationState.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applicationStateList(java.util.Collection)
-
nextToken
ListApplicationStatesResponse.Builder nextToken(String nextToken)
If a
NextTokenwas returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token inNextToken.- Parameters:
nextToken- If aNextTokenwas returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token inNextToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-