Class CloudWatchLoggingOptionDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.CloudWatchLoggingOptionDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchLoggingOptionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>
Description of the CloudWatch logging option.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchLoggingOptionDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudWatchLoggingOptionDescription.Builderbuilder()StringcloudWatchLoggingOptionId()ID of the CloudWatch logging option description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogStreamARN()ARN of the CloudWatch log to receive application messages.StringroleARN()IAM ARN of the role to use to send application messages.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CloudWatchLoggingOptionDescription.Builder>serializableBuilderClass()CloudWatchLoggingOptionDescription.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
-
cloudWatchLoggingOptionId
public final String cloudWatchLoggingOptionId()
ID of the CloudWatch logging option description.
- Returns:
- ID of the CloudWatch logging option description.
-
logStreamARN
public final String logStreamARN()
ARN of the CloudWatch log to receive application messages.
- Returns:
- ARN of the CloudWatch log to receive application messages.
-
roleARN
public final String roleARN()
IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the
PutLogEventspolicy action enabled.- Returns:
- IAM ARN of the role to use to send application messages. Note: To write application messages to
CloudWatch, the IAM role used must have the
PutLogEventspolicy action enabled.
-
toBuilder
public CloudWatchLoggingOptionDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>
-
builder
public static CloudWatchLoggingOptionDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudWatchLoggingOptionDescription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-