Interface ListComponentsResponse.Builder
- All Superinterfaces:
 ApplicationInsightsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListComponentsResponse.Builder,,ListComponentsResponse> SdkBuilder<ListComponentsResponse.Builder,,ListComponentsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListComponentsResponse
@Mutable
@NotThreadSafe
public static interface ListComponentsResponse.Builder
extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationComponentList(Collection<ApplicationComponent> applicationComponentList) The list of application components.applicationComponentList(Consumer<ApplicationComponent.Builder>... applicationComponentList) The list of application components.applicationComponentList(ApplicationComponent... applicationComponentList) The list of application components.The token to request the next page of results.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
applicationComponentList
ListComponentsResponse.Builder applicationComponentList(Collection<ApplicationComponent> applicationComponentList) The list of application components.
- Parameters:
 applicationComponentList- The list of application components.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationComponentList
ListComponentsResponse.Builder applicationComponentList(ApplicationComponent... applicationComponentList) The list of application components.
- Parameters:
 applicationComponentList- The list of application components.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationComponentList
ListComponentsResponse.Builder applicationComponentList(Consumer<ApplicationComponent.Builder>... applicationComponentList) The list of application components.
This is a convenience method that creates an instance of theApplicationComponent.Builderavoiding the need to create one manually viaApplicationComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationComponentList(List<ApplicationComponent>).- Parameters:
 applicationComponentList- a consumer that will call methods onApplicationComponent.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to request the next page of results.
- Parameters:
 nextToken- The token to request the next page of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -