Interface ListAccessLogSubscriptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessLogSubscriptionsRequest.Builder,ListAccessLogSubscriptionsRequest>,SdkBuilder<ListAccessLogSubscriptionsRequest.Builder,ListAccessLogSubscriptionsRequest>,SdkPojo,SdkRequest.Builder,VpcLatticeRequest.Builder
- Enclosing class:
- ListAccessLogSubscriptionsRequest
public static interface ListAccessLogSubscriptionsRequest.Builder extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListAccessLogSubscriptionsRequest.Builder,ListAccessLogSubscriptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessLogSubscriptionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListAccessLogSubscriptionsRequest.BuildernextToken(String nextToken)A pagination token for the next page of results.ListAccessLogSubscriptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessLogSubscriptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccessLogSubscriptionsRequest.BuilderresourceIdentifier(String resourceIdentifier)The ID or Amazon Resource Name (ARN) of the service network or service.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.vpclattice.model.VpcLatticeRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListAccessLogSubscriptionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccessLogSubscriptionsRequest.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.
-
resourceIdentifier
ListAccessLogSubscriptionsRequest.Builder resourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
- Parameters:
resourceIdentifier- The ID or Amazon Resource Name (ARN) of the service network or service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccessLogSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessLogSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-