Interface GetTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTypeRequest.Builder,GetTypeRequest>,KeyspacesRequest.Builder,SdkBuilder<GetTypeRequest.Builder,GetTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTypeRequest
public static interface GetTypeRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<GetTypeRequest.Builder,GetTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTypeRequest.BuilderkeyspaceName(String keyspaceName)The name of the keyspace that contains this type.GetTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTypeRequest.BuildertypeName(String typeName)The formatted name of the type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.keyspaces.model.KeyspacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
keyspaceName
GetTypeRequest.Builder keyspaceName(String keyspaceName)
The name of the keyspace that contains this type.
- Parameters:
keyspaceName- The name of the keyspace that contains this type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
GetTypeRequest.Builder typeName(String typeName)
The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.
- Parameters:
typeName- The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-