public static class IamUserSyncConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IamUserSyncConfiguration |
build() |
IamUserSyncConfiguration.Builder |
copy(IamUserSyncConfiguration model) |
IamUserSyncConfiguration.Builder |
isPosixAttributesAdditionRequired(Boolean isPosixAttributesAdditionRequired)
whether to append POSIX attributes to IAM users
|
IamUserSyncConfiguration.Builder |
lifecycleState(IamUserSyncConfiguration.LifecycleState lifecycleState)
Lifecycle state of the IAM user sync config
|
IamUserSyncConfiguration.Builder |
timeCreated(Date timeCreated)
Time when this IAM user sync config was created, shown as an RFC 3339 formatted datetime
string.
|
IamUserSyncConfiguration.Builder |
timeUpdated(Date timeUpdated)
Time when this IAM user sync config was updated, shown as an RFC 3339 formatted datetime
string.
|
public IamUserSyncConfiguration.Builder isPosixAttributesAdditionRequired(Boolean isPosixAttributesAdditionRequired)
whether to append POSIX attributes to IAM users
isPosixAttributesAdditionRequired
- the value to setpublic IamUserSyncConfiguration.Builder lifecycleState(IamUserSyncConfiguration.LifecycleState lifecycleState)
Lifecycle state of the IAM user sync config
lifecycleState
- the value to setpublic IamUserSyncConfiguration.Builder timeCreated(Date timeCreated)
Time when this IAM user sync config was created, shown as an RFC 3339 formatted datetime string.
timeCreated
- the value to setpublic IamUserSyncConfiguration.Builder timeUpdated(Date timeUpdated)
Time when this IAM user sync config was updated, shown as an RFC 3339 formatted datetime string.
timeUpdated
- the value to setpublic IamUserSyncConfiguration build()
public IamUserSyncConfiguration.Builder copy(IamUserSyncConfiguration model)
Copyright © 2016–2024. All rights reserved.