Interface ListOutgoingCertificatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOutgoingCertificatesResponse.Builder,,ListOutgoingCertificatesResponse> IotResponse.Builder,SdkBuilder<ListOutgoingCertificatesResponse.Builder,,ListOutgoingCertificatesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListOutgoingCertificatesResponse
public static interface ListOutgoingCertificatesResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListOutgoingCertificatesResponse.Builder,ListOutgoingCertificatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnextMarker(String nextMarker) The marker for the next set of results.outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates) The certificates that are being transferred but not yet accepted.outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates) The certificates that are being transferred but not yet accepted.outgoingCertificates(OutgoingCertificate... outgoingCertificates) The certificates that are being transferred but not yet accepted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
outgoingCertificates
ListOutgoingCertificatesResponse.Builder outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates) The certificates that are being transferred but not yet accepted.
- Parameters:
outgoingCertificates- The certificates that are being transferred but not yet accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outgoingCertificates
ListOutgoingCertificatesResponse.Builder outgoingCertificates(OutgoingCertificate... outgoingCertificates) The certificates that are being transferred but not yet accepted.
- Parameters:
outgoingCertificates- The certificates that are being transferred but not yet accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outgoingCertificates
ListOutgoingCertificatesResponse.Builder outgoingCertificates(Consumer<OutgoingCertificate.Builder>... outgoingCertificates) The certificates that are being transferred but not yet accepted.
This is a convenience method that creates an instance of theOutgoingCertificate.Builderavoiding the need to create one manually viaOutgoingCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutgoingCertificates(List<OutgoingCertificate>).- Parameters:
outgoingCertificates- a consumer that will call methods onOutgoingCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
The marker for the next set of results.
- Parameters:
nextMarker- The marker for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-