Interface ListIntegrationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListIntegrationsResponse.Builder,,ListIntegrationsResponse> SdkBuilder<ListIntegrationsResponse.Builder,,ListIntegrationsResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
ListIntegrationsResponse
@Mutable
@NotThreadSafe
public static interface ListIntegrationsResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<ListIntegrationsResponse.Builder,ListIntegrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationSummaries(Collection<IntegrationSummary> integrationSummaries) The list of integration summaries.integrationSummaries(Consumer<IntegrationSummary.Builder>... integrationSummaries) The list of integration summaries.integrationSummaries(IntegrationSummary... integrationSummaries) The list of integration summaries.A token to use for paginating results that are returned in the response.Methods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
integrationSummaries
ListIntegrationsResponse.Builder integrationSummaries(Collection<IntegrationSummary> integrationSummaries) The list of integration summaries.
- Parameters:
integrationSummaries- The list of integration summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationSummaries
The list of integration summaries.
- Parameters:
integrationSummaries- The list of integration summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationSummaries
ListIntegrationsResponse.Builder integrationSummaries(Consumer<IntegrationSummary.Builder>... integrationSummaries) The list of integration summaries.
This is a convenience method that creates an instance of theIntegrationSummary.Builderavoiding the need to create one manually viaIntegrationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationSummaries(List<IntegrationSummary>).- Parameters:
integrationSummaries- a consumer that will call methods onIntegrationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.
- Parameters:
nextToken- A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-