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.codepipeline.model

Class ActionExecutionInput

    • Constructor Detail

      • ActionExecutionInput

        public ActionExecutionInput()
    • Method Detail

      • setActionTypeId

        public void setActionTypeId(ActionTypeId actionTypeId)
        Parameters:
        actionTypeId -
      • getActionTypeId

        public ActionTypeId getActionTypeId()
        Returns:
      • withActionTypeId

        public ActionExecutionInput withActionTypeId(ActionTypeId actionTypeId)
        Parameters:
        actionTypeId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getConfiguration

        public Map<String,String> getConfiguration()

        Configuration data for an action execution.

        Returns:
        Configuration data for an action execution.
      • setConfiguration

        public void setConfiguration(Map<String,String> configuration)

        Configuration data for an action execution.

        Parameters:
        configuration - Configuration data for an action execution.
      • withConfiguration

        public ActionExecutionInput withConfiguration(Map<String,String> configuration)

        Configuration data for an action execution.

        Parameters:
        configuration - Configuration data for an action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearConfigurationEntries

        public ActionExecutionInput clearConfigurationEntries()
        Removes all the entries added into Configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getResolvedConfiguration

        public Map<String,String> getResolvedConfiguration()

        Configuration data for an action execution with all variable references replaced with their real values for the execution.

        Returns:
        Configuration data for an action execution with all variable references replaced with their real values for the execution.
      • setResolvedConfiguration

        public void setResolvedConfiguration(Map<String,String> resolvedConfiguration)

        Configuration data for an action execution with all variable references replaced with their real values for the execution.

        Parameters:
        resolvedConfiguration - Configuration data for an action execution with all variable references replaced with their real values for the execution.
      • withResolvedConfiguration

        public ActionExecutionInput withResolvedConfiguration(Map<String,String> resolvedConfiguration)

        Configuration data for an action execution with all variable references replaced with their real values for the execution.

        Parameters:
        resolvedConfiguration - Configuration data for an action execution with all variable references replaced with their real values for the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearResolvedConfigurationEntries

        public ActionExecutionInput clearResolvedConfigurationEntries()
        Removes all the entries added into ResolvedConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

        Parameters:
        roleArn - The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
      • getRoleArn

        public String getRoleArn()

        The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

        Returns:
        The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
      • withRoleArn

        public ActionExecutionInput withRoleArn(String roleArn)

        The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

        Parameters:
        roleArn - The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRegion

        public void setRegion(String region)

        The Amazon Web Services Region for the action, such as us-east-1.

        Parameters:
        region - The Amazon Web Services Region for the action, such as us-east-1.
      • getRegion

        public String getRegion()

        The Amazon Web Services Region for the action, such as us-east-1.

        Returns:
        The Amazon Web Services Region for the action, such as us-east-1.
      • withRegion

        public ActionExecutionInput withRegion(String region)

        The Amazon Web Services Region for the action, such as us-east-1.

        Parameters:
        region - The Amazon Web Services Region for the action, such as us-east-1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getInputArtifacts

        public List<ArtifactDetail> getInputArtifacts()

        Details of input artifacts of the action that correspond to the action execution.

        Returns:
        Details of input artifacts of the action that correspond to the action execution.
      • setInputArtifacts

        public void setInputArtifacts(Collection<ArtifactDetail> inputArtifacts)

        Details of input artifacts of the action that correspond to the action execution.

        Parameters:
        inputArtifacts - Details of input artifacts of the action that correspond to the action execution.
      • withInputArtifacts

        public ActionExecutionInput withInputArtifacts(ArtifactDetail... inputArtifacts)

        Details of input artifacts of the action that correspond to the action execution.

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

        Parameters:
        inputArtifacts - Details of input artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withInputArtifacts

        public ActionExecutionInput withInputArtifacts(Collection<ArtifactDetail> inputArtifacts)

        Details of input artifacts of the action that correspond to the action execution.

        Parameters:
        inputArtifacts - Details of input artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNamespace

        public void setNamespace(String namespace)

        The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

        Parameters:
        namespace - The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
      • getNamespace

        public String getNamespace()

        The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

        Returns:
        The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
      • withNamespace

        public ActionExecutionInput withNamespace(String namespace)

        The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

        Parameters:
        namespace - The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
        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 によって変換されたページ (->オリジナル) /