Interface GetAssessmentReportUrlResponse.Builder
-
- All Superinterfaces:
AuditManagerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetAssessmentReportUrlResponse.Builder,GetAssessmentReportUrlResponse>,SdkBuilder<GetAssessmentReportUrlResponse.Builder,GetAssessmentReportUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssessmentReportUrlResponse
public static interface GetAssessmentReportUrlResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAssessmentReportUrlResponse.Builder,GetAssessmentReportUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAssessmentReportUrlResponse.BuilderpreSignedUrl(Consumer<URL.Builder> preSignedUrl)Sets the value of the PreSignedUrl property for this object.GetAssessmentReportUrlResponse.BuilderpreSignedUrl(URL preSignedUrl)Sets the value of the PreSignedUrl property for this object.-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
preSignedUrl
GetAssessmentReportUrlResponse.Builder preSignedUrl(URL preSignedUrl)
Sets the value of the PreSignedUrl property for this object.- Parameters:
preSignedUrl- The new value for the PreSignedUrl property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preSignedUrl
default GetAssessmentReportUrlResponse.Builder preSignedUrl(Consumer<URL.Builder> preSignedUrl)
Sets the value of the PreSignedUrl property for this object. This is a convenience method that creates an instance of theURL.Builderavoiding the need to create one manually viaURL.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topreSignedUrl(URL).- Parameters:
preSignedUrl- a consumer that will call methods onURL.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
preSignedUrl(URL)
-
-