Interface DelegatedAdministrator.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DelegatedAdministrator.Builder,,- DelegatedAdministrator> - SdkBuilder<DelegatedAdministrator.Builder,,- DelegatedAdministrator> - SdkPojo
- Enclosing class:
- DelegatedAdministrator
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the delegated administrator's account.delegationEnabledDate(Instant delegationEnabledDate) The date when the account was made a delegated administrator.The email address that is associated with the delegated administrator's Amazon Web Services account.The unique identifier (ID) of the delegated administrator's account.joinedMethod(String joinedMethod) The method by which the delegated administrator's account joined the organization.joinedMethod(AccountJoinedMethod joinedMethod) The method by which the delegated administrator's account joined the organization.joinedTimestamp(Instant joinedTimestamp) The date when the delegated administrator's account became a part of the organization.The friendly name of the delegated administrator's account.Each state represents a specific phase in the account lifecycle.state(AccountState state) Each state represents a specific phase in the account lifecycle.The status of the delegated administrator's account in the organization.status(AccountStatus status) The status of the delegated administrator's account in the organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe unique identifier (ID) of the delegated administrator's account. - Parameters:
- id- The unique identifier (ID) of the delegated administrator's account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe Amazon Resource Name (ARN) of the delegated administrator's account. - Parameters:
- arn- The Amazon Resource Name (ARN) of the delegated administrator's account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailThe email address that is associated with the delegated administrator's Amazon Web Services account. - Parameters:
- email- The email address that is associated with the delegated administrator's Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe friendly name of the delegated administrator's account. - Parameters:
- name- The friendly name of the delegated administrator's account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the delegated administrator's account in the organization. - Parameters:
- status- The status of the delegated administrator's account in the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the delegated administrator's account in the organization. - Parameters:
- status- The status of the delegated administrator's account in the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateEach state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes. For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide. - Parameters:
- state- Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.- For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateEach state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes. For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide. - Parameters:
- state- Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.- For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
joinedMethodThe method by which the delegated administrator's account joined the organization. - Parameters:
- joinedMethod- The method by which the delegated administrator's account joined the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
joinedMethodThe method by which the delegated administrator's account joined the organization. - Parameters:
- joinedMethod- The method by which the delegated administrator's account joined the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
joinedTimestampThe date when the delegated administrator's account became a part of the organization. - Parameters:
- joinedTimestamp- The date when the delegated administrator's account became a part of the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
delegationEnabledDateThe date when the account was made a delegated administrator. - Parameters:
- delegationEnabledDate- The date when the account was made a delegated administrator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-