Class IapBrand.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<IapBrand>
    Enclosing class:
    IapBrand

    @Stability(Stable)
    public static final class IapBrand.Builder
    extends Object
    implements software.amazon.jsii.Builder<IapBrand>
    A fluent builder for IapBrand.
    • Method Detail

      • create

        @Stability(Stable)
        public static IapBrand.Builder create​(software.constructs.Construct scope,
                                              String id)
        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        Returns:
        a new instance of IapBrand.Builder.
      • connection

        @Stability(Experimental)
        public IapBrand.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public IapBrand.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public IapBrand.Builder count​(Number count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public IapBrand.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public IapBrand.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public IapBrand.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public IapBrand.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public IapBrand.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public IapBrand.Builder provisioners​(List<? extends Object> provisioners)
        Parameters:
        provisioners - This parameter is required.
        Returns:
        this
      • applicationTitle

        @Stability(Stable)
        public IapBrand.Builder applicationTitle​(String applicationTitle)
        Application name displayed on OAuth consent screen.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#application_title IapBrand#application_title}

        Parameters:
        applicationTitle - Application name displayed on OAuth consent screen. This parameter is required.
        Returns:
        this
      • supportEmail

        @Stability(Stable)
        public IapBrand.Builder supportEmail​(String supportEmail)
        Support email displayed on the OAuth consent screen.

        Can be either a user or group email. When a user email is specified, the caller must be the user with the associated email address. When a group email is specified, the caller can be either a user or a service account which is an owner of the specified group in Cloud Identity. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#support_email IapBrand#support_email}

        Parameters:
        supportEmail - Support email displayed on the OAuth consent screen. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public IapBrand.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#id IapBrand#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#id IapBrand#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public IapBrand.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#project IapBrand#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#project IapBrand#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public IapBrand.Builder timeouts​(IapBrandTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#timeouts IapBrand#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this
      • build

        @Stability(Stable)
        public IapBrand build()
        Specified by:
        build in interface software.amazon.jsii.Builder<IapBrand>
        Returns:
        a newly built instance of IapBrand.