Interface GetResourceConfigurationResponse.Builder

  • Method Details

    • allowAssociationToShareableServiceNetwork

      GetResourceConfigurationResponse.Builder allowAssociationToShareableServiceNetwork(Boolean allowAssociationToShareableServiceNetwork)

      Specifies whether the resource configuration is associated with a sharable service network.

      Parameters:
      allowAssociationToShareableServiceNetwork - Specifies whether the resource configuration is associated with a sharable service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amazonManaged

      GetResourceConfigurationResponse.Builder amazonManaged(Boolean amazonManaged)

      Indicates whether the resource configuration was created and is managed by Amazon.

      Parameters:
      amazonManaged - Indicates whether the resource configuration was created and is managed by Amazon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the resource configuration.

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

      The date and time that the resource configuration was created, in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the resource configuration was created, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customDomainName

      GetResourceConfigurationResponse.Builder customDomainName(String customDomainName)

      The custom domain name of the resource configuration.

      Parameters:
      customDomainName - The custom domain name of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      GetResourceConfigurationResponse.Builder failureReason(String failureReason)

      The reason the create-resource-configuration request failed.

      Parameters:
      failureReason - The reason the create-resource-configuration request failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the resource configuration.

      Parameters:
      id - The ID of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      GetResourceConfigurationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The most recent date and time that the resource configuration was updated, in ISO-8601 format.

      Parameters:
      lastUpdatedAt - The most recent date and time that the resource configuration was updated, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the resource configuration.

      Parameters:
      name - The name of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portRanges

      The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30

      Parameters:
      portRanges - The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portRanges

      The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30

      Parameters:
      portRanges - The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The TCP protocol accepted by the specified resource configuration.

      Parameters:
      protocol - The TCP protocol accepted by the specified resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The TCP protocol accepted by the specified resource configuration.

      Parameters:
      protocol - The TCP protocol accepted by the specified resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceConfigurationDefinition

      GetResourceConfigurationResponse.Builder resourceConfigurationDefinition(ResourceConfigurationDefinition resourceConfigurationDefinition)

      The resource configuration.

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

      default GetResourceConfigurationResponse.Builder resourceConfigurationDefinition(Consumer<ResourceConfigurationDefinition.Builder> resourceConfigurationDefinition)

      The resource configuration.

      This is a convenience method that creates an instance of the ResourceConfigurationDefinition.Builder avoiding the need to create one manually via ResourceConfigurationDefinition.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceConfigurationDefinition(ResourceConfigurationDefinition).

      Parameters:
      resourceConfigurationDefinition - a consumer that will call methods on ResourceConfigurationDefinition.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceConfigurationGroupId

      GetResourceConfigurationResponse.Builder resourceConfigurationGroupId(String resourceConfigurationGroupId)

      The ID of the group resource configuration.

      Parameters:
      resourceConfigurationGroupId - The ID of the group resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceGatewayId

      GetResourceConfigurationResponse.Builder resourceGatewayId(String resourceGatewayId)

      The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.

      Parameters:
      resourceGatewayId - The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the resource configuration.

      Parameters:
      status - The status of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the resource configuration.

      Parameters:
      status - The status of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of resource configuration.

      • SINGLE - A single resource.

      • GROUP - A group of resources.

      • CHILD - A single resource that is part of a group resource configuration.

      • ARN - An Amazon Web Services resource.

      Parameters:
      type - The type of resource configuration.

      • SINGLE - A single resource.

      • GROUP - A group of resources.

      • CHILD - A single resource that is part of a group resource configuration.

      • ARN - An Amazon Web Services resource.

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

      The type of resource configuration.

      • SINGLE - A single resource.

      • GROUP - A group of resources.

      • CHILD - A single resource that is part of a group resource configuration.

      • ARN - An Amazon Web Services resource.

      Parameters:
      type - The type of resource configuration.

      • SINGLE - A single resource.

      • GROUP - A group of resources.

      • CHILD - A single resource that is part of a group resource configuration.

      • ARN - An Amazon Web Services resource.

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