Interface PutAssetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutAssetResponse.Builder,,PutAssetResponse> GlueResponse.Builder,SdkBuilder<PutAssetResponse.Builder,,PutAssetResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutAssetResponse
@Mutable
@NotThreadSafe
public static interface PutAssetResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<PutAssetResponse.Builder,PutAssetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp at which the asset was created.description(String description) The description of the asset.forms(Map<String, AssetFormEntry> forms) The forms attached to the asset, keyed by form name.The unique identifier of the asset.The name of the asset.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.
-
createdAt
The timestamp at which the asset was created.
- Parameters:
createdAt- The timestamp at which the asset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forms
The forms attached to the asset, keyed by form name.
- Parameters:
forms- The forms attached to the asset, keyed by form name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-