Class CreateConfigurationResponse

    • Method Detail

      • arn

        public final String arn()

        Required. The Amazon Resource Name (ARN) of the configuration.

        Returns:
        Required. The Amazon Resource Name (ARN) of the configuration.
      • authenticationStrategyAsString

        public final String authenticationStrategyAsString()

        Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

        If the service returns an enum value that is not available in the current SDK version, authenticationStrategy will return AuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from authenticationStrategyAsString().

        Returns:
        Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
        See Also:
        AuthenticationStrategy
      • created

        public final Instant created()

        Required. The date and time of the configuration.

        Returns:
        Required. The date and time of the configuration.
      • id

        public final String id()

        Required. The unique ID that Amazon MQ generates for the configuration.

        Returns:
        Required. The unique ID that Amazon MQ generates for the configuration.
      • latestRevision

        public final ConfigurationRevision latestRevision()

        The latest revision of the configuration.

        Returns:
        The latest revision of the configuration.
      • name

        public final String name()

        Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.

        Returns:
        Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object