Class SourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.SourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceConfig.Builder,SourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class SourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceConfig.Builder,SourceConfig>
Information about a source configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Architecturearchitecture()The target processor architecture for the application.StringarchitectureAsString()The target processor architecture for the application.static SourceConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()The Amazon S3 bucket name.Strings3Key()The s3 object key.List<SdkField<?>>sdkFields()static Class<? extends SourceConfig.Builder>serializableBuilderClass()SourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Bucket
public final String s3Bucket()
The Amazon S3 bucket name.
- Returns:
- The Amazon S3 bucket name.
-
s3Key
public final String s3Key()
The s3 object key.
- Returns:
- The s3 object key.
-
architecture
public final Architecture architecture()
The target processor architecture for the application.
If the service returns an enum value that is not available in the current SDK version,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The target processor architecture for the application.
- See Also:
Architecture
-
architectureAsString
public final String architectureAsString()
The target processor architecture for the application.
If the service returns an enum value that is not available in the current SDK version,
architecturewill returnArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromarchitectureAsString().- Returns:
- The target processor architecture for the application.
- See Also:
Architecture
-
toBuilder
public SourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceConfig.Builder,SourceConfig>
-
builder
public static SourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-