Interface ServiceFunctionCreatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceFunctionCreatedMetadata.Builder,,ServiceFunctionCreatedMetadata> SdkBuilder<ServiceFunctionCreatedMetadata.Builder,,ServiceFunctionCreatedMetadata> SdkPojo
- Enclosing class:
ServiceFunctionCreatedMetadata
@Mutable
@NotThreadSafe
public static interface ServiceFunctionCreatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceFunctionCreatedMetadata.Builder,ServiceFunctionCreatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionserviceFunctionId(String serviceFunctionId) The identifier of the created service function.serviceFunctionName(String serviceFunctionName) The name of the created 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 created service function.
- Parameters:
serviceFunctionId- The identifier of the created service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionName
The name of the created service function.
- Parameters:
serviceFunctionName- The name of the created service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-