Class CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty>
A builder for
CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
@Stability(Stable) public CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.Builder url(String url) Sets the value ofCfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty.getUrl()- Parameters:
url- The URL to download the static file from.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-