Interface YarnNetworkSetting
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
YarnNetworkSetting.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.217Z") @Stability(Experimental) public interface YarnNetworkSetting extends software.amazon.jsii.JsiiSerializable
(experimental) https://yarnpkg.com/configuration/yarnrc#networkSettings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classYarnNetworkSetting.BuilderA builder forYarnNetworkSettingstatic classYarnNetworkSetting.Jsii$ProxyAn implementation forYarnNetworkSetting
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description static YarnNetworkSetting.Builderbuilder()default StringgetCaFilePath()Deprecated.use httpsCaFilePath in Yarn v4 and newerdefault BooleangetEnableNetwork()default StringgetHttpProxy()default StringgetHttpsCaFilePath()default StringgetHttpsCertFilePath()default StringgetHttpsKeyFilePath()default StringgetHttpsProxy()
-
-
-
Method Detail
-
getCaFilePath
@Stability(Deprecated) @Deprecated @Nullable default String getCaFilePath()
Deprecated.- use httpsCaFilePath in Yarn v4 and newer
-
getEnableNetwork
@Stability(Experimental) @Nullable default Boolean getEnableNetwork()
-
getHttpProxy
@Stability(Experimental) @Nullable default String getHttpProxy()
-
getHttpsCaFilePath
@Stability(Experimental) @Nullable default String getHttpsCaFilePath()
-
getHttpsCertFilePath
@Stability(Experimental) @Nullable default String getHttpsCertFilePath()
-
getHttpsKeyFilePath
@Stability(Experimental) @Nullable default String getHttpsKeyFilePath()
-
getHttpsProxy
@Stability(Experimental) @Nullable default String getHttpsProxy()
-
builder
@Stability(Experimental) static YarnNetworkSetting.Builder builder()
- Returns:
- a
YarnNetworkSetting.BuilderofYarnNetworkSetting
-
-