Interface UpdateDatasetIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDatasetIntegrationResponse.Builder,,UpdateDatasetIntegrationResponse> ObservabilityAdminResponse.Builder,SdkBuilder<UpdateDatasetIntegrationResponse.Builder,,UpdateDatasetIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDatasetIntegrationResponse
@Mutable
@NotThreadSafe
public static interface UpdateDatasetIntegrationResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<UpdateDatasetIntegrationResponse.Builder,UpdateDatasetIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated dataset integration.The timestamp when the dataset integration was created.The Amazon Resource Name (ARN) of the IAM role associated with the updated dataset integration.The timestamp when the dataset integration was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
arn
The Amazon Resource Name (ARN) of the updated dataset integration.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated dataset integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role associated with the updated dataset integration.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role associated with the updated dataset integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the dataset integration was created.
- Parameters:
createdAt- The timestamp when the dataset integration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the dataset integration was last updated.
- Parameters:
updatedAt- The timestamp when the dataset integration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-