Class NonceArgs.Builder

  • Enclosing class:
    NonceArgs

    public static final class NonceArgs.Builder
    extends java.lang.Object
    • 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