Interface ListAssetInstancesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListAssetInstancesResponse.Builder,ListAssetInstancesResponse>, OutpostsResponse.Builder, SdkBuilder<ListAssetInstancesResponse.Builder,ListAssetInstancesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListAssetInstancesResponse

  • Method Details

    • assetInstances

      List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

      Parameters:
      assetInstances - List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetInstances

      ListAssetInstancesResponse.Builder assetInstances(AssetInstance... assetInstances)

      List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

      Parameters:
      assetInstances - List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetInstances

      List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to assetInstances(List<AssetInstance>).

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

      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.