Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
Request to create an application.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application.
|
static CreateApplicationRequest.Builder |
builder() |
|
String |
description() |
Describes the application.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ApplicationResourceLifecycleConfig |
resourceLifecycleConfig() |
Specify an application resource lifecycle configuration to prevent your application from accumulating too many
versions.
|
static Class<? extends CreateApplicationRequest.Builder> |
serializableBuilderClass() |
|
CreateApplicationRequest.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 applicationName()
The name of the application.
Constraint: This name must be unique within your account. If the specified name already exists, the action
returns an InvalidParameterValue
error.
Constraint: This name must be unique within your account. If the specified name already exists, the
action returns an InvalidParameterValue
error.
public String description()
Describes the application.
public ApplicationResourceLifecycleConfig resourceLifecycleConfig()
Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
public CreateApplicationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
public static CreateApplicationRequest.Builder builder()
public static Class<? extends CreateApplicationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.