Interface UpdateUsageProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateUsageProfileResponse.Builder,UpdateUsageProfileResponse>,GlueResponse.Builder,SdkBuilder<UpdateUsageProfileResponse.Builder,UpdateUsageProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateUsageProfileResponse
public static interface UpdateUsageProfileResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateUsageProfileResponse.Builder,UpdateUsageProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateUsageProfileResponse.Buildername(String name)The name of the usage profile that was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
UpdateUsageProfileResponse.Builder name(String 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.
-
-