Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePortfolioRequest.Builder,CreatePortfolioRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePortfolioRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePortfolioRequest.Builder,CreatePortfolioRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePortfolioRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static CreatePortfolioRequest.Builder |
builder() |
|
String |
description() |
The text description of the portfolio.
|
String |
displayName() |
The name to use for display purposes.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
idempotencyToken() |
A token to disambiguate duplicate requests.
|
String |
providerName() |
The name of the portfolio provider.
|
static Class<? extends CreatePortfolioRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
Tags to associate with the new portfolio.
|
CreatePortfolioRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String displayName()
The name to use for display purposes.
public String description()
The text description of the portfolio.
public String providerName()
The name of the portfolio provider.
public List<Tag> tags()
Tags to associate with the new portfolio.
public String idempotencyToken()
A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.
public CreatePortfolioRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePortfolioRequest.Builder,CreatePortfolioRequest>
public static CreatePortfolioRequest.Builder builder()
public static Class<? extends CreatePortfolioRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.