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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVerifiedAccessLogs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VerifiedAccessLogs.Builderbuilder()VerifiedAccessLogCloudWatchLogsDestinationcloudWatchLogs()CloudWatch Logs logging destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanincludeTrustContext()Indicates whether trust data is included in the logs.VerifiedAccessLogKinesisDataFirehoseDestinationkinesisDataFirehose()Kinesis logging destination.StringlogVersion()The log version.VerifiedAccessLogS3Destinations3()Amazon S3 logging options.List<SdkField<?>>sdkFields()static Class<? extends VerifiedAccessLogs.Builder>serializableBuilderClass()VerifiedAccessLogs.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
-
s3
public final VerifiedAccessLogS3Destination s3()
Amazon S3 logging options.
- Returns:
- Amazon S3 logging options.
-
cloudWatchLogs
public final VerifiedAccessLogCloudWatchLogsDestination cloudWatchLogs()
CloudWatch Logs logging destination.
- Returns:
- CloudWatch Logs logging destination.
-
kinesisDataFirehose
public final VerifiedAccessLogKinesisDataFirehoseDestination kinesisDataFirehose()
Kinesis logging destination.
- Returns:
- Kinesis logging destination.
-
logVersion
public final String logVersion()
The log version.
- Returns:
- The log version.
-
includeTrustContext
public final Boolean includeTrustContext()
Indicates whether trust data is included in the logs.
- Returns:
- Indicates whether trust data is included in the logs.
-
toBuilder
public VerifiedAccessLogs.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
-
builder
public static VerifiedAccessLogs.Builder builder()
-
serializableBuilderClass
public static Class<? extends VerifiedAccessLogs.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.
-
-