Interface ExperimentTemplateTarget.Builder

    • Method Detail

      • resourceType

        ExperimentTemplateTarget.Builder resourceType​(String resourceType)

        The resource type.

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

        ExperimentTemplateTarget.Builder resourceArns​(Collection<String> resourceArns)

        The Amazon Resource Names (ARNs) of the targets.

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

        ExperimentTemplateTarget.Builder resourceArns​(String... resourceArns)

        The Amazon Resource Names (ARNs) of the targets.

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

        ExperimentTemplateTarget.Builder resourceTags​(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.
      • filters

        ExperimentTemplateTarget.Builder filters​(Collection<ExperimentTemplateTargetFilter> 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ExperimentTemplateTarget.Builder filters​(ExperimentTemplateTargetFilter... 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectionMode

        ExperimentTemplateTarget.Builder selectionMode​(String selectionMode)

        Scopes the identified resources to a specific count or percentage.

        Parameters:
        selectionMode - Scopes the identified resources to a specific count or percentage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ExperimentTemplateTarget.Builder parameters​(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.