Class VerifiedAccessLogs
java.lang.Object
software.amazon.awssdk.services.ec2.model.VerifiedAccessLogs
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
@Generated("software.amazon.awssdk:codegen")
public final class VerifiedAccessLogs
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
Describes the options for Verified Access logs.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VerifiedAccessLogs.Builderbuilder()CloudWatch Logs logging destination.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates whether trust data is included in the logs.Kinesis logging destination.final StringThe log version.s3()Amazon S3 logging options.static Class<? extends VerifiedAccessLogs.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3
Amazon S3 logging options.
- Returns:
- Amazon S3 logging options.
-
cloudWatchLogs
CloudWatch Logs logging destination.
- Returns:
- CloudWatch Logs logging destination.
-
kinesisDataFirehose
Kinesis logging destination.
- Returns:
- Kinesis logging destination.
-
logVersion
The log version.
- Returns:
- The log version.
-
includeTrustContext
Indicates whether trust data is included in the logs.
- Returns:
- Indicates whether trust data is included in the logs.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-