Interface GetIntelligenceConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchOmniResponse.Builder,CopyableBuilder<GetIntelligenceConfigurationResponse.Builder,,GetIntelligenceConfigurationResponse> SdkBuilder<GetIntelligenceConfigurationResponse.Builder,,GetIntelligenceConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIntelligenceConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetIntelligenceConfigurationResponse.Builder
extends CloudWatchOmniResponse.Builder, SdkPojo, CopyableBuilder<GetIntelligenceConfigurationResponse.Builder,GetIntelligenceConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID this configuration applies to.ISO-8601 timestamp of initial creation.The currently active KMS key ARN for customer-managed encryption, if configured.ISO-8601 timestamp of the last update.Methods inherited from interface software.amazon.awssdk.services.cloudwatchomni.model.CloudWatchOmniResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountId
The AWS account ID this configuration applies to.
- Parameters:
accountId- The AWS account ID this configuration applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The currently active KMS key ARN for customer-managed encryption, if configured.
- Parameters:
kmsKeyArn- The currently active KMS key ARN for customer-managed encryption, if configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ISO-8601 timestamp of the last update.
- Parameters:
updatedAt- ISO-8601 timestamp of the last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ISO-8601 timestamp of initial creation.
- Parameters:
createdAt- ISO-8601 timestamp of initial creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-