ToCopyableBuilder<SourceConfiguration.Builder,SourceConfiguration>
@Generated("software.amazon.awssdk:codegen") public class SourceConfiguration extends Object implements ToCopyableBuilder<SourceConfiguration.Builder,SourceConfiguration>
A specification for an environment configuration
Modifier and Type | Class | Description |
---|---|---|
static interface |
SourceConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application associated with the configuration.
|
static SourceConfiguration.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends SourceConfiguration.Builder> |
serializableBuilderClass() |
|
String |
templateName() |
The name of the configuration template.
|
SourceConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String applicationName()
The name of the application associated with the configuration.
public String templateName()
The name of the configuration template.
public SourceConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SourceConfiguration.Builder,SourceConfiguration>
public static SourceConfiguration.Builder builder()
public static Class<? extends SourceConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.