Interface ServiceWorkflowUpdatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceWorkflowUpdatedMetadata.Builder,,ServiceWorkflowUpdatedMetadata> SdkBuilder<ServiceWorkflowUpdatedMetadata.Builder,,ServiceWorkflowUpdatedMetadata> SdkPojo
- Enclosing class:
ServiceWorkflowUpdatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceWorkflowUpdatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceWorkflowUpdatedMetadata.Builder,ServiceWorkflowUpdatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionserviceFunctionId(String serviceFunctionId) The identifier of the service function.serviceFunctionName(String serviceFunctionName) The name of the service function.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceFunctionId
The identifier of the service function.
- Parameters:
serviceFunctionId- The identifier of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionName
The name of the service function.
- Parameters:
serviceFunctionName- The name of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-