CopyableBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
, SdkBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
public static interface AssociatePrincipalWithPortfolioRequest.Builder extends CopyableBuilder<AssociatePrincipalWithPortfolioRequest.Builder,AssociatePrincipalWithPortfolioRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociatePrincipalWithPortfolioRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
AssociatePrincipalWithPortfolioRequest.Builder |
portfolioId(String portfolioId) |
The portfolio identifier.
|
AssociatePrincipalWithPortfolioRequest.Builder |
principalARN(String principalARN) |
The ARN representing the principal (IAM user, role, or group).
|
AssociatePrincipalWithPortfolioRequest.Builder |
principalType(String principalType) |
The principal type.
|
AssociatePrincipalWithPortfolioRequest.Builder |
principalType(PrincipalType principalType) |
The principal type.
|
copy
apply, build
AssociatePrincipalWithPortfolioRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage
- The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
AssociatePrincipalWithPortfolioRequest.Builder portfolioId(String portfolioId)
The portfolio identifier.
portfolioId
- The portfolio identifier.AssociatePrincipalWithPortfolioRequest.Builder principalARN(String principalARN)
The ARN representing the principal (IAM user, role, or group).
principalARN
- The ARN representing the principal (IAM user, role, or group).AssociatePrincipalWithPortfolioRequest.Builder principalType(String principalType)
The principal type. Must be IAM
principalType
- The principal type. Must be IAM
PrincipalType
AssociatePrincipalWithPortfolioRequest.Builder principalType(PrincipalType principalType)
The principal type. Must be IAM
principalType
- The principal type. Must be IAM
PrincipalType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.