Interface AccountDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AccountDetail.Builder,,- AccountDetail> - SdkBuilder<AccountDetail.Builder,,- AccountDetail> - SdkPojo
- Enclosing class:
- AccountDetail
- 
Method SummaryModifier and TypeMethodDescriptionThe member account ID.The email address of the member account.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- 
accountIdThe member account ID. - Parameters:
- accountId- The member account ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailThe email address of the member account. The following list includes the rules for a valid email address: - 
 The email address must be a minimum of 6 and a maximum of 64 characters long. 
- 
 All characters must be 7-bit ASCII characters. 
- 
 There must be one and only one @ symbol, which separates the local name from the domain name. 
- 
 The local name can't contain any of the following characters: whitespace, " ' ( ) < > [ ] : ' , \ | % & 
- 
 The local name can't begin with a dot (.). 
- 
 The domain name can consist of only the characters [a-z], [A-Z], [0-9], hyphen (-), or dot (.). 
- 
 The domain name can't begin or end with a dot (.) or hyphen (-). 
- 
 The domain name must contain at least one dot. 
 - Parameters:
- email- The email address of the member account. The following list includes the rules for a valid email address:- 
        The email address must be a minimum of 6 and a maximum of 64 characters long. 
- 
        All characters must be 7-bit ASCII characters. 
- 
        There must be one and only one @ symbol, which separates the local name from the domain name. 
- 
        The local name can't contain any of the following characters: whitespace, " ' ( ) < > [ ] : ' , \ | % & 
- 
        The local name can't begin with a dot (.). 
- 
        The domain name can consist of only the characters [a-z], [A-Z], [0-9], hyphen (-), or dot (.). 
- 
        The domain name can't begin or end with a dot (.) or hyphen (-). 
- 
        The domain name must contain at least one dot. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
 
-