Interface QuotaContextInfo.Builder

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

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

    • contextScope

      QuotaContextInfo.Builder contextScope(String contextScope)

      Specifies whether the quota applies to an Amazon Web Services account, or to a resource.

      Parameters:
      contextScope - Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contextScope

      QuotaContextInfo.Builder contextScope(QuotaContextScope contextScope)

      Specifies whether the quota applies to an Amazon Web Services account, or to a resource.

      Parameters:
      contextScope - Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contextScopeType

      QuotaContextInfo.Builder contextScopeType(String contextScopeType)

      When the ContextScope is RESOURCE, then this specifies the resource type of the specified resource.

      Parameters:
      contextScopeType - When the ContextScope is RESOURCE, then this specifies the resource type of the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contextId

      QuotaContextInfo.Builder contextId(String contextId)

      Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.

      Parameters:
      contextId - Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
      Returns:
      Returns a reference to this object so that method calls can be chained together.