Interface CreateUsageProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateUsageProfileResponse.Builder,CreateUsageProfileResponse>,GlueResponse.Builder,SdkBuilder<CreateUsageProfileResponse.Builder,CreateUsageProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateUsageProfileResponse
public static interface CreateUsageProfileResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateUsageProfileResponse.Builder,CreateUsageProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUsageProfileResponse.Buildername(String name)The name of the usage profile that was created.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
CreateUsageProfileResponse.Builder name(String name)
The name of the usage profile that was created.
- Parameters:
name- The name of the usage profile that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-