Interface ListLogSubscriptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>,DirectoryRequest.Builder,SdkBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLogSubscriptionsRequest
public static interface ListLogSubscriptionsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLogSubscriptionsRequest.BuilderdirectoryId(String directoryId)If a DirectoryID is provided, lists only the log subscription associated with that directory.ListLogSubscriptionsRequest.Builderlimit(Integer limit)The maximum number of items returned.ListLogSubscriptionsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListLogSubscriptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLogSubscriptionsRequest.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.services.directory.model.DirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
ListLogSubscriptionsRequest.Builder directoryId(String directoryId)
If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.
- Parameters:
directoryId- If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLogSubscriptionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return.
- Parameters:
nextToken- The token for the next set of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListLogSubscriptionsRequest.Builder limit(Integer limit)
The maximum number of items returned.
- Parameters:
limit- The maximum number of items returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLogSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLogSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-