Interface GetLookupTableResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<GetLookupTableResponse.Builder,GetLookupTableResponse>,SdkBuilder<GetLookupTableResponse.Builder,GetLookupTableResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLookupTableResponse
@Mutable @NotThreadSafe public static interface GetLookupTableResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<GetLookupTableResponse.Builder,GetLookupTableResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLookupTableResponse.Builderdescription(String description)The description of the lookup table.GetLookupTableResponse.BuilderkmsKeyId(String kmsKeyId)The ARN of the KMS key used to encrypt the lookup table data, if applicable.GetLookupTableResponse.BuilderlastUpdatedTime(Long lastUpdatedTime)The time when the lookup table was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.GetLookupTableResponse.BuilderlookupTableArn(String lookupTableArn)The ARN of the lookup table.GetLookupTableResponse.BuilderlookupTableName(String lookupTableName)The name of the lookup table.GetLookupTableResponse.BuildersizeBytes(Long sizeBytes)The size of the lookup table in bytes.GetLookupTableResponse.BuildertableBody(String tableBody)The full CSV content of the lookup table.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lookupTableArn
GetLookupTableResponse.Builder lookupTableArn(String lookupTableArn)
The ARN of the lookup table.
- Parameters:
lookupTableArn- The ARN of the lookup table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lookupTableName
GetLookupTableResponse.Builder lookupTableName(String lookupTableName)
The name of the lookup table.
- Parameters:
lookupTableName- The name of the lookup table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetLookupTableResponse.Builder description(String description)
The description of the lookup table.
- Parameters:
description- The description of the lookup table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableBody
GetLookupTableResponse.Builder tableBody(String tableBody)
The full CSV content of the lookup table.
- Parameters:
tableBody- The full CSV content of the lookup table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeBytes
GetLookupTableResponse.Builder sizeBytes(Long sizeBytes)
The size of the lookup table in bytes.
- Parameters:
sizeBytes- The size of the lookup table in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
GetLookupTableResponse.Builder lastUpdatedTime(Long lastUpdatedTime)
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.- Parameters:
lastUpdatedTime- The time when the lookup table was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
GetLookupTableResponse.Builder kmsKeyId(String kmsKeyId)
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
- Parameters:
kmsKeyId- The ARN of the KMS key used to encrypt the lookup table data, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-