Interface ListSubscribersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSubscribersRequest.Builder,ListSubscribersRequest>,SdkBuilder<ListSubscribersRequest.Builder,ListSubscribersRequest>,SdkPojo,SdkRequest.Builder,SecurityLakeRequest.Builder
- Enclosing class:
- ListSubscribersRequest
public static interface ListSubscribersRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<ListSubscribersRequest.Builder,ListSubscribersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSubscribersRequest.BuildermaxResults(Integer maxResults)The maximum number of accounts for which the configuration is displayed.ListSubscribersRequest.BuildernextToken(String nextToken)If nextToken is returned, there are more results available.ListSubscribersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSubscribersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.securitylake.model.SecurityLakeRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListSubscribersRequest.Builder maxResults(Integer maxResults)
The maximum number of accounts for which the configuration is displayed.
- Parameters:
maxResults- The maximum number of accounts for which the configuration is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSubscribersRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
- Parameters:
nextToken- If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSubscribersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSubscribersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-