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

Class ProfilingGroupDescription

    • Constructor Detail

      • ProfilingGroupDescription

        public ProfilingGroupDescription()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) identifying the profiling group resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) identifying the profiling group resource.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) identifying the profiling group resource.

        Returns:
        The Amazon Resource Name (ARN) identifying the profiling group resource.
      • withArn

        public ProfilingGroupDescription withArn(String arn)

        The Amazon Resource Name (ARN) identifying the profiling group resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) identifying the profiling group resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComputePlatform

        public void setComputePlatform(String computePlatform)

        The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

        Parameters:
        computePlatform - The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.
        See Also:
        ComputePlatform
      • getComputePlatform

        public String getComputePlatform()

        The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

        Returns:
        The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.
        See Also:
        ComputePlatform
      • withComputePlatform

        public ProfilingGroupDescription withComputePlatform(String computePlatform)

        The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

        Parameters:
        computePlatform - The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputePlatform
      • withComputePlatform

        public ProfilingGroupDescription withComputePlatform(ComputePlatform computePlatform)

        The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

        Parameters:
        computePlatform - The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComputePlatform
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Parameters:
        createdAt - The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
      • getCreatedAt

        public Date getCreatedAt()

        The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Returns:
        The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
      • withCreatedAt

        public ProfilingGroupDescription withCreatedAt(Date createdAt)

        The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Parameters:
        createdAt - The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
        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 profiling group.

        Parameters:
        name - The name of the profiling group.
      • getName

        public String getName()

        The name of the profiling group.

        Returns:
        The name of the profiling group.
      • withName

        public ProfilingGroupDescription withName(String name)

        The name of the profiling group.

        Parameters:
        name - The name of the profiling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProfilingStatus

        public void setProfilingStatus(ProfilingStatus profilingStatus)

        A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.

        Parameters:
        profilingStatus - A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
      • getProfilingStatus

        public ProfilingStatus getProfilingStatus()

        A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.

        Returns:
        A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
      • withProfilingStatus

        public ProfilingGroupDescription withProfilingStatus(ProfilingStatus profilingStatus)

        A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.

        Parameters:
        profilingStatus - A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        A list of the tags that belong to this profiling group.

        Returns:
        A list of the tags that belong to this profiling group.
      • setTags

        public void setTags(Map<String,String> tags)

        A list of the tags that belong to this profiling group.

        Parameters:
        tags - A list of the tags that belong to this profiling group.
      • withTags

        public ProfilingGroupDescription withTags(Map<String,String> tags)

        A list of the tags that belong to this profiling group.

        Parameters:
        tags - A list of the tags that belong to this profiling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public ProfilingGroupDescription clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Parameters:
        updatedAt - The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
      • getUpdatedAt

        public Date getUpdatedAt()

        The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Returns:
        The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
      • withUpdatedAt

        public ProfilingGroupDescription withUpdatedAt(Date updatedAt)

        The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

        Parameters:
        updatedAt - The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020年06月01日T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
        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 によって変換されたページ (->オリジナル) /