Class ArtifactConfigInput
- java.lang.Object
-
- software.amazon.awssdk.services.synthetics.model.ArtifactConfigInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArtifactConfigInput.Builder,ArtifactConfigInput>
@Generated("software.amazon.awssdk:codegen") public final class ArtifactConfigInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactConfigInput.Builder,ArtifactConfigInput>
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArtifactConfigInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArtifactConfigInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3EncryptionConfigs3Encryption()A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.List<SdkField<?>>sdkFields()static Class<? extends ArtifactConfigInput.Builder>serializableBuilderClass()ArtifactConfigInput.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
-
s3Encryption
public final S3EncryptionConfig s3Encryption()
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
- Returns:
- A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
-
toBuilder
public ArtifactConfigInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArtifactConfigInput.Builder,ArtifactConfigInput>
-
builder
public static ArtifactConfigInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArtifactConfigInput.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.
-
-