@@ -1748,16 +1748,21 @@ public interface Builder extends JsonProtocolTestsRequest.Builder, SdkPojo, Copy
1748
1748
/**
1749
1749
* Sets the value of the ListOfStructs property for this object.
1750
1750
*
1751
- * This is a convenience method that creates an instance of the {@link List<SimpleStruct>.Builder} avoiding the
1752
- * need to create one manually via {@link List<SimpleStruct>#builder()}.
1751
+ * This is a convenience method that creates an instance of the
1752
+ * {@link software.amazon.awssdk.services.jsonprotocoltests.model.SimpleStruct.Builder} avoiding the need to
1753
+ * create one manually via
1754
+ * {@link software.amazon.awssdk.services.jsonprotocoltests.model.SimpleStruct#builder()}.
1753
1755
*
1754
- * When the {@link Consumer} completes, {@link List<SimpleStruct>.Builder#build()} is called immediately and its
1755
- * result is passed to {@link #listOfStructs(List<SimpleStruct>)}.
1756
+ * <p>
1757
+ * When the {@link Consumer} completes,
1758
+ * {@link software.amazon.awssdk.services.jsonprotocoltests.model.SimpleStruct.Builder#build()} is called
1759
+ * immediately and its result is passed to {@link #listOfStructs(List<SimpleStruct>)}.
1756
1760
*
1757
1761
* @param listOfStructs
1758
- * a consumer that will call methods on {@link List<SimpleStruct>.Builder}
1762
+ * a consumer that will call methods on
1763
+ * {@link software.amazon.awssdk.services.jsonprotocoltests.model.SimpleStruct.Builder}
1759
1764
* @return Returns a reference to this object so that method calls can be chained together.
1760
- * @see #listOfStructs(List <SimpleStruct>)
1765
+ * @see #listOfStructs(java.util.Collection <SimpleStruct>)
1761
1766
*/
1762
1767
Builder listOfStructs (Consumer <SimpleStruct .Builder >... listOfStructs );
1763
1768
@@ -1956,6 +1961,7 @@ public interface Builder extends JsonProtocolTestsRequest.Builder, SdkPojo, Copy
1956
1961
* This is a convenience method that creates an instance of the {@link StructWithTimestamp.Builder} avoiding the
1957
1962
* need to create one manually via {@link StructWithTimestamp#builder()}.
1958
1963
*
1964
+ * <p>
1959
1965
* When the {@link Consumer} completes, {@link StructWithTimestamp.Builder#build()} is called immediately and
1960
1966
* its result is passed to {@link #structWithNestedTimestampMember(StructWithTimestamp)}.
1961
1967
*
@@ -1993,6 +1999,7 @@ default Builder structWithNestedTimestampMember(Consumer<StructWithTimestamp.Bui
1993
1999
* This is a convenience method that creates an instance of the {@link StructWithNestedBlobType.Builder}
1994
2000
* avoiding the need to create one manually via {@link StructWithNestedBlobType#builder()}.
1995
2001
*
2002
+ * <p>
1996
2003
* When the {@link Consumer} completes, {@link StructWithNestedBlobType.Builder#build()} is called immediately
1997
2004
* and its result is passed to {@link #structWithNestedBlob(StructWithNestedBlobType)}.
1998
2005
*
@@ -2047,6 +2054,7 @@ default Builder structWithNestedBlob(Consumer<StructWithNestedBlobType.Builder>
2047
2054
* This is a convenience method that creates an instance of the {@link RecursiveStructType.Builder} avoiding the
2048
2055
* need to create one manually via {@link RecursiveStructType#builder()}.
2049
2056
*
2057
+ * <p>
2050
2058
* When the {@link Consumer} completes, {@link RecursiveStructType.Builder#build()} is called immediately and
2051
2059
* its result is passed to {@link #recursiveStruct(RecursiveStructType)}.
2052
2060
*
@@ -2074,6 +2082,7 @@ default Builder recursiveStruct(Consumer<RecursiveStructType.Builder> recursiveS
2074
2082
* This is a convenience method that creates an instance of the {@link BaseType.Builder} avoiding the need to
2075
2083
* create one manually via {@link BaseType#builder()}.
2076
2084
*
2085
+ * <p>
2077
2086
* When the {@link Consumer} completes, {@link BaseType.Builder#build()} is called immediately and its result is
2078
2087
* passed to {@link #polymorphicTypeWithSubTypes(BaseType)}.
2079
2088
*
@@ -2101,6 +2110,7 @@ default Builder polymorphicTypeWithSubTypes(Consumer<BaseType.Builder> polymorph
2101
2110
* This is a convenience method that creates an instance of the {@link SubTypeOne.Builder} avoiding the need to
2102
2111
* create one manually via {@link SubTypeOne#builder()}.
2103
2112
*
2113
+ * <p>
2104
2114
* When the {@link Consumer} completes, {@link SubTypeOne.Builder#build()} is called immediately and its result
2105
2115
* is passed to {@link #polymorphicTypeWithoutSubTypes(SubTypeOne)}.
2106
2116
*
@@ -2150,6 +2160,7 @@ default Builder polymorphicTypeWithoutSubTypes(Consumer<SubTypeOne.Builder> poly
2150
2160
* This is a convenience method that creates an instance of the {@link Underscore_Name_Type.Builder} avoiding
2151
2161
* the need to create one manually via {@link Underscore_Name_Type#builder()}.
2152
2162
*
2163
+ * <p>
2153
2164
* When the {@link Consumer} completes, {@link Underscore_Name_Type.Builder#build()} is called immediately and
2154
2165
* its result is passed to {@link #underscore_Name_Type(Underscore_Name_Type)}.
2155
2166
*
@@ -2186,6 +2197,7 @@ default Builder underscore_Name_Type(Consumer<Underscore_Name_Type.Builder> unde
2186
2197
* This is a convenience method that creates an instance of the {@link AllTypesUnionStructure.Builder} avoiding
2187
2198
* the need to create one manually via {@link AllTypesUnionStructure#builder()}.
2188
2199
*
2200
+ * <p>
2189
2201
* When the {@link Consumer} completes, {@link AllTypesUnionStructure.Builder#build()} is called immediately and
2190
2202
* its result is passed to {@link #allTypesUnionStructure(AllTypesUnionStructure)}.
2191
2203
*
0 commit comments