Class NonceArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.app.inputs.NonceArgs.Builder
-
- Enclosing class:
- NonceArgs
public static final class NonceArgs.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonceArgs
build()
NonceArgs.Builder
nonceExpirationInterval(com.pulumi.core.Output<java.lang.String> nonceExpirationInterval)
NonceArgs.Builder
nonceExpirationInterval(java.lang.String nonceExpirationInterval)
NonceArgs.Builder
validateNonce(com.pulumi.core.Output<java.lang.Boolean> validateNonce)
NonceArgs.Builder
validateNonce(java.lang.Boolean validateNonce)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NonceArgs defaults)
-
-
Method Detail
-
nonceExpirationInterval
public NonceArgs.Builder nonceExpirationInterval(@Nullable com.pulumi.core.Output<java.lang.String> nonceExpirationInterval)
- Parameters:
nonceExpirationInterval
- The time after the request is made when the nonce should expire.- Returns:
- builder
-
nonceExpirationInterval
public NonceArgs.Builder nonceExpirationInterval(java.lang.String nonceExpirationInterval)
- Parameters:
nonceExpirationInterval
- The time after the request is made when the nonce should expire.- Returns:
- builder
-
validateNonce
public NonceArgs.Builder validateNonce(@Nullable com.pulumi.core.Output<java.lang.Boolean> validateNonce)
- Parameters:
validateNonce
- <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.- Returns:
- builder
-
validateNonce
public NonceArgs.Builder validateNonce(java.lang.Boolean validateNonce)
- Parameters:
validateNonce
- <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.- Returns:
- builder
-
build
public NonceArgs build()
-
-