JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class UpdateStateMachineAliasRequest

    • Constructor Detail

      • UpdateStateMachineAliasRequest

        public UpdateStateMachineAliasRequest()
    • Method Detail

      • setStateMachineAliasArn

        public void setStateMachineAliasArn(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) of the state machine alias.

        Parameters:
        stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias.
      • getStateMachineAliasArn

        public String getStateMachineAliasArn()

        The Amazon Resource Name (ARN) of the state machine alias.

        Returns:
        The Amazon Resource Name (ARN) of the state machine alias.
      • withStateMachineAliasArn

        public UpdateStateMachineAliasRequest withStateMachineAliasArn(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) of the state machine alias.

        Parameters:
        stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the state machine alias.

        Parameters:
        description - A description of the state machine alias.
      • getDescription

        public String getDescription()

        A description of the state machine alias.

        Returns:
        A description of the state machine alias.
      • withDescription

        public UpdateStateMachineAliasRequest withDescription(String description)

        A description of the state machine alias.

        Parameters:
        description - A description of the state machine alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRoutingConfiguration

        public List<RoutingConfigurationListItem> getRoutingConfiguration()

        The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        Returns:
        The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

      • setRoutingConfiguration

        public void setRoutingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)

        The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        Parameters:
        routingConfiguration - The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

      • withRoutingConfiguration

        public UpdateStateMachineAliasRequest withRoutingConfiguration(RoutingConfigurationListItem... routingConfiguration)

        The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        NOTE: This method appends the values to the existing list (if any). Use setRoutingConfiguration(java.util.Collection) or withRoutingConfiguration(java.util.Collection) if you want to override the existing values.

        Parameters:
        routingConfiguration - The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRoutingConfiguration

        public UpdateStateMachineAliasRequest withRoutingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)

        The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        Parameters:
        routingConfiguration - The routing configuration of the state machine alias.

        An array of RoutingConfig objects that specifies up to two state machine versions that the alias starts executions for.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /