Interface LogSubscription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogSubscription.Builder,LogSubscription>,SdkBuilder<LogSubscription.Builder,LogSubscription>,SdkPojo
- Enclosing class:
- LogSubscription
public static interface LogSubscription.Builder extends SdkPojo, CopyableBuilder<LogSubscription.Builder,LogSubscription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogSubscription.BuilderdirectoryId(String directoryId)Identifier (ID) of the directory that you want to associate with the log subscription.LogSubscription.BuilderlogGroupName(String logGroupName)The name of the log group.LogSubscription.BuildersubscriptionCreatedDateTime(Instant subscriptionCreatedDateTime)The date and time that the log subscription was created.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
LogSubscription.Builder directoryId(String directoryId)
Identifier (ID) of the directory that you want to associate with the log subscription.
- Parameters:
directoryId- Identifier (ID) of the directory that you want to associate with the log subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupName
LogSubscription.Builder logGroupName(String logGroupName)
The name of the log group.
- Parameters:
logGroupName- The name of the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionCreatedDateTime
LogSubscription.Builder subscriptionCreatedDateTime(Instant subscriptionCreatedDateTime)
The date and time that the log subscription was created.
- Parameters:
subscriptionCreatedDateTime- The date and time that the log subscription was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-