Interface ListAccessLogSubscriptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAccessLogSubscriptionsResponse.Builder,ListAccessLogSubscriptionsResponse>,SdkBuilder<ListAccessLogSubscriptionsResponse.Builder,ListAccessLogSubscriptionsResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- ListAccessLogSubscriptionsResponse
public static interface ListAccessLogSubscriptionsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListAccessLogSubscriptionsResponse.Builder,ListAccessLogSubscriptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessLogSubscriptionsResponse.Builderitems(Collection<AccessLogSubscriptionSummary> items)The access log subscriptions.ListAccessLogSubscriptionsResponse.Builderitems(Consumer<AccessLogSubscriptionSummary.Builder>... items)The access log subscriptions.ListAccessLogSubscriptionsResponse.Builderitems(AccessLogSubscriptionSummary... items)The access log subscriptions.ListAccessLogSubscriptionsResponse.BuildernextToken(String nextToken)A pagination 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.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
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
items
ListAccessLogSubscriptionsResponse.Builder items(Collection<AccessLogSubscriptionSummary> items)
The access log subscriptions.
- Parameters:
items- The access log subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListAccessLogSubscriptionsResponse.Builder items(AccessLogSubscriptionSummary... items)
The access log subscriptions.
- Parameters:
items- The access log subscriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListAccessLogSubscriptionsResponse.Builder items(Consumer<AccessLogSubscriptionSummary.Builder>... items)
The access log subscriptions.
This is a convenience method that creates an instance of theAccessLogSubscriptionSummary.Builderavoiding the need to create one manually viaAccessLogSubscriptionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onAccessLogSubscriptionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListAccessLogSubscriptionsResponse.Builder nextToken(String nextToken)
A pagination token for the next page of results.
- Parameters:
nextToken- A pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-