Interface ContextSummary.Builder

    • Method Detail

      • contextArn

        ContextSummary.Builder contextArn​(String contextArn)

        The Amazon Resource Name (ARN) of the context.

        Parameters:
        contextArn - The Amazon Resource Name (ARN) of the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contextName

        ContextSummary.Builder contextName​(String contextName)

        The name of the context.

        Parameters:
        contextName - The name of the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        ContextSummary.Builder source​(ContextSource source)

        The source of the context.

        Parameters:
        source - The source of the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contextType

        ContextSummary.Builder contextType​(String contextType)

        The type of the context.

        Parameters:
        contextType - The type of the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ContextSummary.Builder creationTime​(Instant creationTime)

        When the context was created.

        Parameters:
        creationTime - When the context was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        ContextSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the context was last modified.

        Parameters:
        lastModifiedTime - When the context was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.