Interface RegistrationDeniedReasonInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationDeniedReasonInformation.Builder,RegistrationDeniedReasonInformation>,SdkBuilder<RegistrationDeniedReasonInformation.Builder,RegistrationDeniedReasonInformation>,SdkPojo
- Enclosing class:
- RegistrationDeniedReasonInformation
public static interface RegistrationDeniedReasonInformation.Builder extends SdkPojo, CopyableBuilder<RegistrationDeniedReasonInformation.Builder,RegistrationDeniedReasonInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationDeniedReasonInformation.BuilderdocumentationLink(String documentationLink)The link to the document.RegistrationDeniedReasonInformation.BuilderdocumentationTitle(String documentationTitle)The title of the document.RegistrationDeniedReasonInformation.BuilderlongDescription(String longDescription)A long description of the rejection reason.RegistrationDeniedReasonInformation.Builderreason(String reason)The reason a registration was rejected.RegistrationDeniedReasonInformation.BuildershortDescription(String shortDescription)A short description of the rejection reason.-
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
-
-
-
-
Method Detail
-
reason
RegistrationDeniedReasonInformation.Builder reason(String reason)
The reason a registration was rejected.
- Parameters:
reason- The reason a registration was rejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortDescription
RegistrationDeniedReasonInformation.Builder shortDescription(String shortDescription)
A short description of the rejection reason.
- Parameters:
shortDescription- A short description of the rejection reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longDescription
RegistrationDeniedReasonInformation.Builder longDescription(String longDescription)
A long description of the rejection reason.
- Parameters:
longDescription- A long description of the rejection reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationTitle
RegistrationDeniedReasonInformation.Builder documentationTitle(String documentationTitle)
The title of the document.
- Parameters:
documentationTitle- The title of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationLink
RegistrationDeniedReasonInformation.Builder documentationLink(String documentationLink)
The link to the document.
- Parameters:
documentationLink- The link to the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-