Interface ServerlessIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServerlessIdentifier.Builder,ServerlessIdentifier>,SdkBuilder<ServerlessIdentifier.Builder,ServerlessIdentifier>,SdkPojo
- Enclosing class:
- ServerlessIdentifier
public static interface ServerlessIdentifier.Builder extends SdkPojo, CopyableBuilder<ServerlessIdentifier.Builder,ServerlessIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerlessIdentifier.BuildernamespaceIdentifier(String namespaceIdentifier)The unique identifier for the serverless namespace.ServerlessIdentifier.BuilderworkgroupIdentifier(String workgroupIdentifier)The unique identifier for the workgroup associated with the serverless namespace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
namespaceIdentifier
ServerlessIdentifier.Builder namespaceIdentifier(String namespaceIdentifier)
The unique identifier for the serverless namespace.
- Parameters:
namespaceIdentifier- The unique identifier for the serverless namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupIdentifier
ServerlessIdentifier.Builder workgroupIdentifier(String workgroupIdentifier)
The unique identifier for the workgroup associated with the serverless namespace.
- Parameters:
workgroupIdentifier- The unique identifier for the workgroup associated with the serverless namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-