Interface UpdateAssetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAssetResponse.Builder,,UpdateAssetResponse> GlueResponse.Builder,SdkBuilder<UpdateAssetResponse.Builder,,UpdateAssetResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAssetResponse
@Mutable
@NotThreadSafe
public static interface UpdateAssetResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateAssetResponse.Builder,UpdateAssetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the asset.The unique identifier of the asset.The name of the asset.The timestamp at which the asset was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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
-
id
The unique identifier of the asset.
- Parameters:
id- The unique identifier of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the asset.
- Parameters:
name- The name of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the asset.
- Parameters:
description- The description of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp at which the asset was last updated.
- Parameters:
updatedAt- The timestamp at which the asset was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-