Class ContainerAnalysisNoteRelatedUrl.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_analysis_note.ContainerAnalysisNoteRelatedUrl.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerAnalysisNoteRelatedUrl>
- Enclosing interface:
- ContainerAnalysisNoteRelatedUrl
@Stability(Stable) public static final class ContainerAnalysisNoteRelatedUrl.Builder extends Object implements software.amazon.jsii.Builder<ContainerAnalysisNoteRelatedUrl>
A builder forContainerAnalysisNoteRelatedUrl
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerAnalysisNoteRelatedUrlbuild()Builds the configured instance.ContainerAnalysisNoteRelatedUrl.Builderlabel(String label)Sets the value ofContainerAnalysisNoteRelatedUrl.getLabel()ContainerAnalysisNoteRelatedUrl.Builderurl(String url)Sets the value ofContainerAnalysisNoteRelatedUrl.getUrl()
-
-
-
Method Detail
-
url
@Stability(Stable) public ContainerAnalysisNoteRelatedUrl.Builder url(String url)
Sets the value ofContainerAnalysisNoteRelatedUrl.getUrl()- Parameters:
url- Specific URL associated with the resource. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#url ContainerAnalysisNote#url}- Returns:
this
-
label
@Stability(Stable) public ContainerAnalysisNoteRelatedUrl.Builder label(String label)
Sets the value ofContainerAnalysisNoteRelatedUrl.getLabel()- Parameters:
label- Label to describe usage of the URL. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_analysis_note#label ContainerAnalysisNote#label}- Returns:
this
-
build
@Stability(Stable) public ContainerAnalysisNoteRelatedUrl build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerAnalysisNoteRelatedUrl>- Returns:
- a new instance of
ContainerAnalysisNoteRelatedUrl - Throws:
NullPointerException- if any required attribute was not provided
-
-