public static class AutoAssociationState.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutoAssociationState |
build() |
AutoAssociationState.Builder |
copy(AutoAssociationState model) |
AutoAssociationState.Builder |
isEnabled(Boolean isEnabled)
A flag indicating whether or not auto association is enabled.
|
AutoAssociationState.Builder |
logGroupId(String logGroupId)
The unique identifier of the log group to use for auto association.
|
public AutoAssociationState.Builder isEnabled(Boolean isEnabled)
A flag indicating whether or not auto association is enabled.
isEnabled
- the value to setpublic AutoAssociationState.Builder logGroupId(String logGroupId)
The unique identifier of the log group to use for auto association.
logGroupId
- the value to setpublic AutoAssociationState build()
public AutoAssociationState.Builder copy(AutoAssociationState model)
Copyright © 2016–2024. All rights reserved.