Interface ListServiceNetworkResourceAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListServiceNetworkResourceAssociationsResponse.Builder,,ListServiceNetworkResourceAssociationsResponse> SdkBuilder<ListServiceNetworkResourceAssociationsResponse.Builder,,ListServiceNetworkResourceAssociationsResponse> SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
ListServiceNetworkResourceAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListServiceNetworkResourceAssociationsResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkResourceAssociationsResponse.Builder,ListServiceNetworkResourceAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the associations.Information about the associations.Information about the associations.If there are additional results, a pagination token for the next page of results.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.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
ListServiceNetworkResourceAssociationsResponse.Builder items(Collection<ServiceNetworkResourceAssociationSummary> items) Information about the associations.
- Parameters:
items- Information about the associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListServiceNetworkResourceAssociationsResponse.Builder items(ServiceNetworkResourceAssociationSummary... items) Information about the associations.
- Parameters:
items- Information about the associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListServiceNetworkResourceAssociationsResponse.Builder items(Consumer<ServiceNetworkResourceAssociationSummary.Builder>... items) Information about the associations.
This is a convenience method that creates an instance of theServiceNetworkResourceAssociationSummary.Builderavoiding the need to create one manually viaServiceNetworkResourceAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ServiceNetworkResourceAssociationSummary>).- Parameters:
items- a consumer that will call methods onServiceNetworkResourceAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, a pagination token for the next page of results.
- Parameters:
nextToken- If there are additional results, a pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-