Interface ListAcceptedPortfolioSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>,SdkBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- ListAcceptedPortfolioSharesRequest
public static interface ListAcceptedPortfolioSharesRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListAcceptedPortfolioSharesRequest.Builder,ListAcceptedPortfolioSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAcceptedPortfolioSharesRequest.BuilderacceptLanguage(String acceptLanguage)The language code.ListAcceptedPortfolioSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAcceptedPortfolioSharesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAcceptedPortfolioSharesRequest.BuilderpageSize(Integer pageSize)The maximum number of items to return with this call.ListAcceptedPortfolioSharesRequest.BuilderpageToken(String pageToken)The page token for the next set of results.ListAcceptedPortfolioSharesRequest.BuilderportfolioShareType(String portfolioShareType)The type of shared portfolios to list.ListAcceptedPortfolioSharesRequest.BuilderportfolioShareType(PortfolioShareType portfolioShareType)The type of shared portfolios to list.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
ListAcceptedPortfolioSharesRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
pageToken
ListAcceptedPortfolioSharesRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
- Parameters:
pageToken- The page token for the next set of results. To retrieve the first set of results, use null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListAcceptedPortfolioSharesRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
- Parameters:
pageSize- The maximum number of items to return with this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portfolioShareType
ListAcceptedPortfolioSharesRequest.Builder portfolioShareType(String portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
-
AWS_ORGANIZATIONS- List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization. -
AWS_SERVICECATALOG- Deprecated type. -
IMPORTED- List imported portfolios that have been accepted and shared through account-to-account sharing.
- Parameters:
portfolioShareType- The type of shared portfolios to list. The default is to list imported portfolios.-
AWS_ORGANIZATIONS- List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization. -
AWS_SERVICECATALOG- Deprecated type. -
IMPORTED- List imported portfolios that have been accepted and shared through account-to-account sharing.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PortfolioShareType,PortfolioShareType
-
-
portfolioShareType
ListAcceptedPortfolioSharesRequest.Builder portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list. The default is to list imported portfolios.
-
AWS_ORGANIZATIONS- List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization. -
AWS_SERVICECATALOG- Deprecated type. -
IMPORTED- List imported portfolios that have been accepted and shared through account-to-account sharing.
- Parameters:
portfolioShareType- The type of shared portfolios to list. The default is to list imported portfolios.-
AWS_ORGANIZATIONS- List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization. -
AWS_SERVICECATALOG- Deprecated type. -
IMPORTED- List imported portfolios that have been accepted and shared through account-to-account sharing.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PortfolioShareType,PortfolioShareType
-
-
overrideConfiguration
ListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAcceptedPortfolioSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-