@Generated(value="software.amazon.awssdk:codegen") public final class AppInputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInputSource.Builder,AppInputSource>
The list of Resilience Hub application input sources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInputSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppInputSource.Builder |
builder() |
EksSourceClusterNamespace |
eksSourceClusterNamespace()
The namespace on your Amazon Elastic Kubernetes Service cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceMappingType |
importType()
The resource type of the input source.
|
String |
importTypeAsString()
The resource type of the input source.
|
Integer |
resourceCount()
The number of resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppInputSource.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The Amazon Resource Name (ARN) of the input source.
|
String |
sourceName()
The name of the input source.
|
TerraformSource |
terraformSource()
The name of the Terraform s3 state file.
|
AppInputSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EksSourceClusterNamespace eksSourceClusterNamespace()
The namespace on your Amazon Elastic Kubernetes Service cluster.
public final ResourceMappingType importType()
The resource type of the input source.
If the service returns an enum value that is not available in the current SDK version, importType will
return ResourceMappingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from importTypeAsString().
ResourceMappingTypepublic final String importTypeAsString()
The resource type of the input source.
If the service returns an enum value that is not available in the current SDK version, importType will
return ResourceMappingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from importTypeAsString().
ResourceMappingTypepublic final Integer resourceCount()
The number of resources.
public final String sourceArn()
The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
public final String sourceName()
The name of the input source.
public final TerraformSource terraformSource()
The name of the Terraform s3 state file.
public AppInputSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInputSource.Builder,AppInputSource>public static AppInputSource.Builder builder()
public static Class<? extends AppInputSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.