Describes an app's SSL configuration.
public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration) { this.sslConfiguration = sslConfiguration; return this; }
/// <summary> /// Sets the SslConfiguration property /// </summary> /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param> /// <returns>this instance</returns> public CreateAppRequest WithSslConfiguration(SslConfiguration sslConfiguration) { this.sslConfiguration = sslConfiguration; return(this); }
/// <summary> /// Sets the SslConfiguration property /// </summary> /// <param name="sslConfiguration">The value to set for the SslConfiguration property </param> /// <returns>this instance</returns> public App WithSslConfiguration(SslConfiguration sslConfiguration) { this.sslConfiguration = sslConfiguration; return(this); }
public App WithSslConfiguration(SslConfiguration sslConfiguration) { this.sslConfiguration = sslConfiguration; return this; }