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 CreateStateMachineAliasRequest

    • Constructor Detail

      • CreateStateMachineAliasRequest

        public CreateStateMachineAliasRequest()
    • Method Detail

      • setDescription

        public void setDescription(String description)

        A description for the state machine alias.

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

        public String getDescription()

        A description for the state machine alias.

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

        public CreateStateMachineAliasRequest withDescription(String description)

        A description for the state machine alias.

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

        public void setName(String name)

        The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the alias.

        Parameters:
        name - The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the alias.

      • getName

        public String getName()

        The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the alias.

        Returns:
        The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the alias.

      • withName

        public CreateStateMachineAliasRequest withName(String name)

        The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the alias.

        Parameters:
        name - The name of the state machine alias.

        To avoid conflict with version ARNs, don't use an integer in the name of the 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 a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.

        Returns:
        The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.
      • setRoutingConfiguration

        public void setRoutingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)

        The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.

        Parameters:
        routingConfiguration - The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.
      • withRoutingConfiguration

        public CreateStateMachineAliasRequest withRoutingConfiguration(RoutingConfigurationListItem... routingConfiguration)

        The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.

        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 a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withRoutingConfiguration

        public CreateStateMachineAliasRequest withRoutingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)

        The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.

        Parameters:
        routingConfiguration - The routing configuration of a state machine alias. The routing configuration shifts execution traffic between two state machine versions. routingConfiguration contains an array of RoutingConfig objects that specify up to two state machine versions. Step Functions then randomly choses which version to run an execution with based on the weight assigned to each RoutingConfig.
        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 によって変換されたページ (->オリジナル) /