Interface ServiceLevelObjectiveSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ServiceLevelObjectiveSummary.Builder,ServiceLevelObjectiveSummary>, SdkBuilder<ServiceLevelObjectiveSummary.Builder,ServiceLevelObjectiveSummary>, SdkPojo
Enclosing class:
ServiceLevelObjectiveSummary

public static interface ServiceLevelObjectiveSummary.Builder extends SdkPojo, CopyableBuilder<ServiceLevelObjectiveSummary.Builder,ServiceLevelObjectiveSummary>
  • Method Details

    • arn

      The ARN of this service level objective.

      Parameters:
      arn - The ARN of this service level objective.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the service level objective.

      Parameters:
      name - The name of the service level objective.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyAttributes

      ServiceLevelObjectiveSummary.Builder keyAttributes(Map<String,String> keyAttributes)

      This is a string-to-string map. It can include the following fields.

      • Type designates the type of object this service level objective is for.

      • ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource.

      • Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service.

      • Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource.

      • Environment specifies the location where this object is hosted, or what it belongs to.

      Parameters:
      keyAttributes - This is a string-to-string map. It can include the following fields.

      • Type designates the type of object this service level objective is for.

      • ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource.

      • Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service.

      • Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource.

      • Environment specifies the location where this object is hosted, or what it belongs to.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationName

      ServiceLevelObjectiveSummary.Builder operationName(String operationName)

      If this service level objective is specific to a single operation, this field displays the name of that operation.

      Parameters:
      operationName - If this service level objective is specific to a single operation, this field displays the name of that operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

      Parameters:
      createdTime - The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.