Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LookupTable.Builder
Packages that use LookupTable.Builder
-
Uses of LookupTable.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LookupTable.BuilderModifier and TypeMethodDescriptionstatic LookupTable.BuilderLookupTable.builder()LookupTable.Builder.description(String description) The description of the lookup table.The ARN of the KMS key used to encrypt the lookup table data, if applicable.LookupTable.Builder.lastUpdatedTime(Long lastUpdatedTime) The time when the lookup table was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.LookupTable.Builder.lookupTableArn(String lookupTableArn) The ARN of the lookup table.LookupTable.Builder.lookupTableName(String lookupTableName) The name of the lookup table.LookupTable.Builder.recordsCount(Long recordsCount) The number of data rows in the lookup table, excluding the header row.The size of the lookup table in bytes.LookupTable.Builder.tableFields(String... tableFields) The column headers from the first row of the CSV file.LookupTable.Builder.tableFields(Collection<String> tableFields) The column headers from the first row of the CSV file.LookupTable.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LookupTable.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LookupTable.Builder>LookupTable.serializableBuilderClass()