Interface DescribeGlobalReplicationGroupsResponse.Builder

    • Method Detail

      • marker

        DescribeGlobalReplicationGroupsResponse.Builder marker​(String marker)

        An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >

        Parameters:
        marker - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalReplicationGroups

        DescribeGlobalReplicationGroupsResponse.Builder globalReplicationGroups​(Collection<GlobalReplicationGroup> globalReplicationGroups)

        Indicates the slot configuration and global identifier for each slice group.

        Parameters:
        globalReplicationGroups - Indicates the slot configuration and global identifier for each slice group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • globalReplicationGroups

        DescribeGlobalReplicationGroupsResponse.Builder globalReplicationGroups​(GlobalReplicationGroup... globalReplicationGroups)

        Indicates the slot configuration and global identifier for each slice group.

        Parameters:
        globalReplicationGroups - Indicates the slot configuration and global identifier for each slice group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.