Class GetServiceQuotaArgs.Builder

  • Enclosing class:
    GetServiceQuotaArgs

    public static final class GetServiceQuotaArgs.Builder
    extends java.lang.Object
    • Method Detail

      • quotaCode

        public GetServiceQuotaArgs.Builder quotaCode​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> quotaCode)
        Parameters:
        quotaCode - Quota code within the service. When configured, the data source directly looks up the service quota. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_code` or `quota_name` must be specified.
        Returns:
        builder
      • quotaCode

        public GetServiceQuotaArgs.Builder quotaCode​(java.lang.String quotaCode)
        Parameters:
        quotaCode - Quota code within the service. When configured, the data source directly looks up the service quota. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_code` or `quota_name` must be specified.
        Returns:
        builder
      • quotaName

        public GetServiceQuotaArgs.Builder quotaName​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> quotaName)
        Parameters:
        quotaName - Quota name within the service. When configured, the data source searches through all service quotas to find the matching quota name. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_name` or `quota_code` must be specified.
        Returns:
        builder
      • quotaName

        public GetServiceQuotaArgs.Builder quotaName​(java.lang.String quotaName)
        Parameters:
        quotaName - Quota name within the service. When configured, the data source searches through all service quotas to find the matching quota name. Available values can be found with the [AWS CLI service-quotas list-service-quotas command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html). One of `quota_name` or `quota_code` must be specified.
        Returns:
        builder
      • serviceCode

        public GetServiceQuotaArgs.Builder serviceCode​(com.pulumi.core.Output<java.lang.String> serviceCode)
        Parameters:
        serviceCode - Service code for the quota. Available values can be found with the `aws.servicequotas.getService` data source or [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).
        Returns:
        builder
      • serviceCode

        public GetServiceQuotaArgs.Builder serviceCode​(java.lang.String serviceCode)
        Parameters:
        serviceCode - Service code for the quota. Available values can be found with the `aws.servicequotas.getService` data source or [AWS CLI service-quotas list-services command](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-services.html).
        Returns:
        builder