Interface ListApplicationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationsResponse
public static interface ListApplicationsResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsResponse.BuilderapplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)The list ofApplicationSummaryobjects.ListApplicationsResponse.BuilderapplicationSummaryList(Consumer<ApplicationSummary.Builder>... applicationSummaryList)The list ofApplicationSummaryobjects.ListApplicationsResponse.BuilderapplicationSummaryList(ApplicationSummary... applicationSummaryList)The list ofApplicationSummaryobjects.ListApplicationsResponse.BuildernextToken(String nextToken)The token for the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationSummaryList
ListApplicationsResponse.Builder applicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of
ApplicationSummaryobjects.- Parameters:
applicationSummaryList- The list ofApplicationSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSummaryList
ListApplicationsResponse.Builder applicationSummaryList(ApplicationSummary... applicationSummaryList)
The list of
ApplicationSummaryobjects.- Parameters:
applicationSummaryList- The list ofApplicationSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationSummaryList
ListApplicationsResponse.Builder applicationSummaryList(Consumer<ApplicationSummary.Builder>... applicationSummaryList)
The list of
This is a convenience method that creates an instance of theApplicationSummaryobjects.ApplicationSummary.Builderavoiding the need to create one manually viaApplicationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applicationSummaryList(List.) - Parameters:
applicationSummaryList- a consumer that will call methods onApplicationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applicationSummaryList(java.util.Collection)
-
nextToken
ListApplicationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-