public static interface MemberAdditionalConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
MemberAdditionalConfigurationResult.Builder |
name(OrgFeatureAdditionalConfiguration name)
Indicates the name of the additional configuration that is set for the member account.
|
MemberAdditionalConfigurationResult.Builder |
name(String name)
Indicates the name of the additional configuration that is set for the member account.
|
MemberAdditionalConfigurationResult.Builder |
status(FeatureStatus status)
Indicates the status of the additional configuration that is set for the member account.
|
MemberAdditionalConfigurationResult.Builder |
status(String status)
Indicates the status of the additional configuration that is set for the member account.
|
MemberAdditionalConfigurationResult.Builder |
updatedAt(Instant updatedAt)
The timestamp at which the additional configuration was set for the member account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberAdditionalConfigurationResult.Builder name(String name)
Indicates the name of the additional configuration that is set for the member account.
name - Indicates the name of the additional configuration that is set for the member account.OrgFeatureAdditionalConfiguration,
OrgFeatureAdditionalConfigurationMemberAdditionalConfigurationResult.Builder name(OrgFeatureAdditionalConfiguration name)
Indicates the name of the additional configuration that is set for the member account.
name - Indicates the name of the additional configuration that is set for the member account.OrgFeatureAdditionalConfiguration,
OrgFeatureAdditionalConfigurationMemberAdditionalConfigurationResult.Builder status(String status)
Indicates the status of the additional configuration that is set for the member account.
status - Indicates the status of the additional configuration that is set for the member account.FeatureStatus,
FeatureStatusMemberAdditionalConfigurationResult.Builder status(FeatureStatus status)
Indicates the status of the additional configuration that is set for the member account.
status - Indicates the status of the additional configuration that is set for the member account.FeatureStatus,
FeatureStatusMemberAdditionalConfigurationResult.Builder updatedAt(Instant updatedAt)
The timestamp at which the additional configuration was set for the member account. This is in UTC format.
updatedAt - The timestamp at which the additional configuration was set for the member account. This is in UTC
format.Copyright © 2023. All rights reserved.