Interface ServiceEntity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceEntity.Builder,,ServiceEntity> SdkBuilder<ServiceEntity.Builder,,ServiceEntity> SdkPojo
- Enclosing class:
ServiceEntity
@Mutable
@NotThreadSafe
public static interface ServiceEntity.Builder
extends SdkPojo, CopyableBuilder<ServiceEntity.Builder,ServiceEntity>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The AWS account ID where the service is deployed.environment(String environment) The environment where the service is deployed, such as "Production", "Staging", or "Development".The name of the service as identified by Application Signals.The type of service, such as "WebService", "Database", "Queue", or "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
-
type
The type of service, such as "WebService", "Database", "Queue", or "Function".
- Parameters:
type- The type of service, such as "WebService", "Database", "Queue", or "Function".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the service as identified by Application Signals.
- Parameters:
name- The name of the service as identified by Application Signals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
The environment where the service is deployed, such as "Production", "Staging", or "Development".
- Parameters:
environment- The environment where the service is deployed, such as "Production", "Staging", or "Development".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The AWS account ID where the service is deployed.
- Parameters:
awsAccountId- The AWS account ID where the service is deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-