public static interface EngineWorkflowResourceIdentifier.Builder extends SdkPojo, CopyableBuilder<EngineWorkflowResourceIdentifier.Builder,EngineWorkflowResourceIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default EngineWorkflowResourceIdentifier.Builder |
uniqueTag(Consumer<UniqueTagResourceIdentifier.Builder> uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
|
EngineWorkflowResourceIdentifier.Builder |
uniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEngineWorkflowResourceIdentifier.Builder uniqueTag(UniqueTagResourceIdentifier uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
uniqueTag - The unique key-value pair for a tag that identifies provisioned product resources.default EngineWorkflowResourceIdentifier.Builder uniqueTag(Consumer<UniqueTagResourceIdentifier.Builder> uniqueTag)
The unique key-value pair for a tag that identifies provisioned product resources.
This is a convenience method that creates an instance of theUniqueTagResourceIdentifier.Builder
avoiding the need to create one manually via UniqueTagResourceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to uniqueTag(UniqueTagResourceIdentifier).
uniqueTag - a consumer that will call methods on UniqueTagResourceIdentifier.BuilderuniqueTag(UniqueTagResourceIdentifier)Copyright © 2023. All rights reserved.