Interface ListLogSubscriptionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLogSubscriptionsRequest.Builder,
,ListLogSubscriptionsRequest> DirectoryRequest.Builder
,SdkBuilder<ListLogSubscriptionsRequest.Builder,
,ListLogSubscriptionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLogSubscriptionsRequest
@Mutable
@NotThreadSafe
public static interface ListLogSubscriptionsRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) If a DirectoryID is provided, lists only the log subscription associated with that directory.The maximum number of items returned.The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLogSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-