Interface ListIngressPointsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListIngressPointsResponse.Builder,
,ListIngressPointsResponse> MailManagerResponse.Builder
,SdkBuilder<ListIngressPointsResponse.Builder,
,ListIngressPointsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListIngressPointsResponse
@Mutable
@NotThreadSafe
public static interface ListIngressPointsResponse.Builder
extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<ListIngressPointsResponse.Builder,ListIngressPointsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioningressPoints
(Collection<IngressPoint> ingressPoints) The list of ingress endpoints.ingressPoints
(Consumer<IngressPoint.Builder>... ingressPoints) The list of ingress endpoints.ingressPoints
(IngressPoint... ingressPoints) The list of ingress endpoints.If NextToken is returned, there are more results available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ingressPoints
The list of ingress endpoints.
- Parameters:
ingressPoints
- The list of ingress endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPoints
The list of ingress endpoints.
- Parameters:
ingressPoints
- The list of ingress endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPoints
The list of ingress endpoints.
This is a convenience method that creates an instance of theIngressPoint.Builder
avoiding the need to create one manually viaIngressPoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingressPoints(List<IngressPoint>)
.- Parameters:
ingressPoints
- a consumer that will call methods onIngressPoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
- Parameters:
nextToken
- If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-