Interface UpdateUsageProfileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateUsageProfileResponse.Builder,,UpdateUsageProfileResponse> GlueResponse.Builder,SdkBuilder<UpdateUsageProfileResponse.Builder,,UpdateUsageProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateUsageProfileResponse
@Mutable
@NotThreadSafe
public static interface UpdateUsageProfileResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateUsageProfileResponse.Builder,UpdateUsageProfileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the usage profile that was 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
- 
name
The name of the usage profile that was updated.
- Parameters:
 name- The name of the usage profile that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -