Interface ServiceFunction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceFunction.Builder,,ServiceFunction> SdkBuilder<ServiceFunction.Builder,,ServiceFunction> SdkPojo
- Enclosing class:
ServiceFunction
@Mutable
@NotThreadSafe
public static interface ServiceFunction.Builder
extends SdkPojo, CopyableBuilder<ServiceFunction.Builder,ServiceFunction>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the service function was created.criticality(String criticality) The criticality level of the service function.criticality(ServiceFunctionCriticality criticality) The criticality level of the service function.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.resourceCount(Integer resourceCount) The number of resources associated with the service function.serviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.serviceFunctionId(String serviceFunctionId) The unique identifier of the service function.The source of the service function.source(ServiceFunctionSource source) The source of the service function.The timestamp when the service function was last updated.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
-
serviceArn
Sets the value of the ServiceArn property for this object.- Parameters:
serviceArn- The new value for the ServiceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceFunctionId
The unique identifier of the service function.
- Parameters:
serviceFunctionId- The unique identifier of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criticality
The criticality level of the service function.
- Parameters:
criticality- The criticality level of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
criticality
The criticality level of the service function.
- Parameters:
criticality- The criticality level of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceCount
The number of resources associated with the service function.
- Parameters:
resourceCount- The number of resources associated with the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source of the service function.
- Parameters:
source- The source of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source of the service function.
- Parameters:
source- The source of the service function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the service function was created.
- Parameters:
createdAt- The timestamp when the service function was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the service function was last updated.
- Parameters:
updatedAt- The timestamp when the service function was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-