@Generated(value="software.amazon.awssdk:codegen") public final class ArtifactConfigOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArtifactConfigOutput.Builder,ArtifactConfigOutput>
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArtifactConfigOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactConfigOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3EncryptionConfig |
s3Encryption()
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon
S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ArtifactConfigOutput.Builder> |
serializableBuilderClass() |
ArtifactConfigOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3EncryptionConfig s3Encryption()
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
public ArtifactConfigOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ArtifactConfigOutput.Builder,ArtifactConfigOutput>public static ArtifactConfigOutput.Builder builder()
public static Class<? extends ArtifactConfigOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.