Interface DescribeAccountPreferencesResponse.Builder

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

public static interface DescribeAccountPreferencesResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountPreferencesResponse.Builder,DescribeAccountPreferencesResponse>
  • Method Details

    • resourceIdPreference

      DescribeAccountPreferencesResponse.Builder resourceIdPreference(ResourceIdPreference resourceIdPreference)

      Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.

      Parameters:
      resourceIdPreference - Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdPreference

      default DescribeAccountPreferencesResponse.Builder resourceIdPreference(Consumer<ResourceIdPreference.Builder> resourceIdPreference)

      Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.

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

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

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

      Present if there are more records than returned in the response. You can use the NextToken in the subsequent request to fetch the additional descriptions.

      Parameters:
      nextToken - Present if there are more records than returned in the response. You can use the NextToken in the subsequent request to fetch the additional descriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.