Class GrafanaRoleAssociationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.grafana_role_association.GrafanaRoleAssociationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GrafanaRoleAssociationConfig>
- Enclosing interface:
- GrafanaRoleAssociationConfig
@Stability(Stable) public static final class GrafanaRoleAssociationConfig.Builder extends Object implements software.amazon.jsii.Builder<GrafanaRoleAssociationConfig>
A builder forGrafanaRoleAssociationConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrafanaRoleAssociationConfigbuild()Builds the configured instance.GrafanaRoleAssociationConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()GrafanaRoleAssociationConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()GrafanaRoleAssociationConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()GrafanaRoleAssociationConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()GrafanaRoleAssociationConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()GrafanaRoleAssociationConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()GrafanaRoleAssociationConfig.BuildergroupIds(List<String> groupIds)Sets the value ofGrafanaRoleAssociationConfig.getGroupIds()GrafanaRoleAssociationConfig.Builderid(String id)Sets the value ofGrafanaRoleAssociationConfig.getId()GrafanaRoleAssociationConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()GrafanaRoleAssociationConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()GrafanaRoleAssociationConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()GrafanaRoleAssociationConfig.Builderrole(String role)Sets the value ofGrafanaRoleAssociationConfig.getRole()GrafanaRoleAssociationConfig.Buildertimeouts(GrafanaRoleAssociationTimeouts timeouts)Sets the value ofGrafanaRoleAssociationConfig.getTimeouts()GrafanaRoleAssociationConfig.BuilderuserIds(List<String> userIds)Sets the value ofGrafanaRoleAssociationConfig.getUserIds()GrafanaRoleAssociationConfig.BuilderworkspaceId(String workspaceId)Sets the value ofGrafanaRoleAssociationConfig.getWorkspaceId()
-
-
-
Method Detail
-
role
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder role(String role)
Sets the value ofGrafanaRoleAssociationConfig.getRole()- Parameters:
role- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#role GrafanaRoleAssociation#role}. This parameter is required.- Returns:
this
-
workspaceId
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder workspaceId(String workspaceId)
Sets the value ofGrafanaRoleAssociationConfig.getWorkspaceId()- Parameters:
workspaceId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#workspace_id GrafanaRoleAssociation#workspace_id}. This parameter is required.- Returns:
this
-
groupIds
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder groupIds(List<String> groupIds)
Sets the value ofGrafanaRoleAssociationConfig.getGroupIds()- Parameters:
groupIds- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#group_ids GrafanaRoleAssociation#group_ids}.- Returns:
this
-
id
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder id(String id)
Sets the value ofGrafanaRoleAssociationConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#id GrafanaRoleAssociation#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.- Returns:
this
-
timeouts
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder timeouts(GrafanaRoleAssociationTimeouts timeouts)
Sets the value ofGrafanaRoleAssociationConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#timeouts GrafanaRoleAssociation#timeouts}- Returns:
this
-
userIds
@Stability(Stable) public GrafanaRoleAssociationConfig.Builder userIds(List<String> userIds)
Sets the value ofGrafanaRoleAssociationConfig.getUserIds()- Parameters:
userIds- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/grafana_role_association#user_ids GrafanaRoleAssociation#user_ids}.- Returns:
this
-
connection
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public GrafanaRoleAssociationConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public GrafanaRoleAssociationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GrafanaRoleAssociationConfig>- Returns:
- a new instance of
GrafanaRoleAssociationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-