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

Class CreateExperimentTemplateTargetInput

    • Constructor Detail

      • CreateExperimentTemplateTargetInput

        public CreateExperimentTemplateTargetInput()
    • Method Detail

      • setResourceType

        public void setResourceType(String resourceType)

        The resource type. The resource type must be supported for the specified action.

        Parameters:
        resourceType - The resource type. The resource type must be supported for the specified action.
      • getResourceType

        public String getResourceType()

        The resource type. The resource type must be supported for the specified action.

        Returns:
        The resource type. The resource type must be supported for the specified action.
      • withResourceType

        public CreateExperimentTemplateTargetInput withResourceType(String resourceType)

        The resource type. The resource type must be supported for the specified action.

        Parameters:
        resourceType - The resource type. The resource type must be supported for the specified action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getResourceArns

        public List<String> getResourceArns()

        The Amazon Resource Names (ARNs) of the resources.

        Returns:
        The Amazon Resource Names (ARNs) of the resources.
      • setResourceArns

        public void setResourceArns(Collection<String> resourceArns)

        The Amazon Resource Names (ARNs) of the resources.

        Parameters:
        resourceArns - The Amazon Resource Names (ARNs) of the resources.
      • withResourceArns

        public CreateExperimentTemplateTargetInput withResourceArns(Collection<String> resourceArns)

        The Amazon Resource Names (ARNs) of the resources.

        Parameters:
        resourceArns - The Amazon Resource Names (ARNs) of the resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getResourceTags

        public Map<String,String> getResourceTags()

        The tags for the target resources.

        Returns:
        The tags for the target resources.
      • setResourceTags

        public void setResourceTags(Map<String,String> resourceTags)

        The tags for the target resources.

        Parameters:
        resourceTags - The tags for the target resources.
      • withResourceTags

        public CreateExperimentTemplateTargetInput withResourceTags(Map<String,String> resourceTags)

        The tags for the target resources.

        Parameters:
        resourceTags - The tags for the target resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearResourceTagsEntries

        public CreateExperimentTemplateTargetInput clearResourceTagsEntries()
        Removes all the entries added into ResourceTags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<ExperimentTemplateTargetInputFilter> getFilters()

        The filters to apply to identify target resources using specific attributes.

        Returns:
        The filters to apply to identify target resources using specific attributes.
      • setFilters

        public void setFilters(Collection<ExperimentTemplateTargetInputFilter> filters)

        The filters to apply to identify target resources using specific attributes.

        Parameters:
        filters - The filters to apply to identify target resources using specific attributes.
      • setSelectionMode

        public void setSelectionMode(String selectionMode)

        Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

        Parameters:
        selectionMode - Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

      • getSelectionMode

        public String getSelectionMode()

        Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

        Returns:
        Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

      • withSelectionMode

        public CreateExperimentTemplateTargetInput withSelectionMode(String selectionMode)

        Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

        Parameters:
        selectionMode - Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

        • ALL - Run the action on all identified targets. This is the default.

        • COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.

        • PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.

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

        public Map<String,String> getParameters()

        The resource type parameters.

        Returns:
        The resource type parameters.
      • setParameters

        public void setParameters(Map<String,String> parameters)

        The resource type parameters.

        Parameters:
        parameters - The resource type parameters.
      • withParameters

        public CreateExperimentTemplateTargetInput withParameters(Map<String,String> parameters)

        The resource type parameters.

        Parameters:
        parameters - The resource type parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearParametersEntries

        public CreateExperimentTemplateTargetInput clearParametersEntries()
        Removes all the entries added into Parameters.
        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 によって変換されたページ (->オリジナル) /