@Generated(value="software.amazon.awssdk:codegen") public final class InfrastructureConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InfrastructureConfiguration.Builder,InfrastructureConfiguration>
Details of the infrastructure configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InfrastructureConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the infrastruction configuration.
|
static InfrastructureConfiguration.Builder |
builder() |
String |
dateCreated()
The date on which the infrastructure configuration was created.
|
String |
dateUpdated()
The date on which the infrastructure configuration was last updated.
|
String |
description()
The description of the infrastruction configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceProfileName()
The instance profile of the infrastruction configuration.
|
List<String> |
instanceTypes()
The instance types of the infrastruction configuration.
|
String |
keyPair()
The EC2 key pair of the infrastruction configuration.
|
Logging |
logging()
The logging configuration of the infrastruction configuration.
|
String |
name()
The name of the infrastruction configuration.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
The security group IDs of the infrastruction configuration.
|
static Class<? extends InfrastructureConfiguration.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The SNS Topic Amazon Resource Name (ARN) of the infrastruction configuration.
|
String |
subnetId()
The subnet ID of the infrastruction configuration.
|
Map<String,String> |
tags()
The tags of the infrastruction configuration.
|
Boolean |
terminateInstanceOnFailure()
The terminate instance on failure configuration of the infrastruction configuration.
|
InfrastructureConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the infrastruction configuration.
public String name()
The name of the infrastruction configuration.
public String description()
The description of the infrastruction configuration.
public List<String> instanceTypes()
The instance types of the infrastruction configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String instanceProfileName()
The instance profile of the infrastruction configuration.
public List<String> securityGroupIds()
The security group IDs of the infrastruction configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String subnetId()
The subnet ID of the infrastruction configuration.
public Logging logging()
The logging configuration of the infrastruction configuration.
public String keyPair()
The EC2 key pair of the infrastruction configuration.
public Boolean terminateInstanceOnFailure()
The terminate instance on failure configuration of the infrastruction configuration.
public String snsTopicArn()
The SNS Topic Amazon Resource Name (ARN) of the infrastruction configuration.
public String dateCreated()
The date on which the infrastructure configuration was created.
public String dateUpdated()
The date on which the infrastructure configuration was last updated.
public Map<String,String> tags()
The tags of the infrastruction configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InfrastructureConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InfrastructureConfiguration.Builder,InfrastructureConfiguration>public static InfrastructureConfiguration.Builder builder()
public static Class<? extends InfrastructureConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.