Interface CreateCustomEntityTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCustomEntityTypeResponse.Builder,CreateCustomEntityTypeResponse>,GlueResponse.Builder,SdkBuilder<CreateCustomEntityTypeResponse.Builder,CreateCustomEntityTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCustomEntityTypeResponse
public static interface CreateCustomEntityTypeResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomEntityTypeResponse.Builder,CreateCustomEntityTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomEntityTypeResponse.Buildername(String name)The name of the custom pattern you 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
CreateCustomEntityTypeResponse.Builder name(String name)
The name of the custom pattern you created.
- Parameters:
name- The name of the custom pattern you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-