Interface CreateTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTypeResponse.Builder,CreateTypeResponse>,KeyspacesResponse.Builder,SdkBuilder<CreateTypeResponse.Builder,CreateTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTypeResponse
public static interface CreateTypeResponse.Builder extends KeyspacesResponse.Builder, SdkPojo, CopyableBuilder<CreateTypeResponse.Builder,CreateTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTypeResponse.BuilderkeyspaceArn(String keyspaceArn)The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).CreateTypeResponse.BuildertypeName(String typeName)The formatted name of the user-defined type that was created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.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
-
keyspaceArn
CreateTypeResponse.Builder keyspaceArn(String keyspaceArn)
The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).
- Parameters:
keyspaceArn- The unique identifier of the keyspace that contains the new type in the format of an Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
CreateTypeResponse.Builder typeName(String typeName)
The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for example
GetType.- Parameters:
typeName- The formatted name of the user-defined type that was created. Note that Amazon Keyspaces requires the formatted name of the type for other operations, for exampleGetType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-