Interface ServerlessIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServerlessIdentifier.Builder,
,ServerlessIdentifier> SdkBuilder<ServerlessIdentifier.Builder,
,ServerlessIdentifier> SdkPojo
- Enclosing class:
ServerlessIdentifier
@Mutable
@NotThreadSafe
public static interface ServerlessIdentifier.Builder
extends SdkPojo, CopyableBuilder<ServerlessIdentifier.Builder,ServerlessIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaceIdentifier
(String namespaceIdentifier) The unique identifier for the serverless namespace.workgroupIdentifier
(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 Details
-
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
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.
-