Interface GetInvitationsCountResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>,SdkBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- GetInvitationsCountResponse
public static interface GetInvitationsCountResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetInvitationsCountResponse.Builder,GetInvitationsCountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInvitationsCountResponse.BuilderinvitationsCount(Integer invitationsCount)The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
invitationsCount
GetInvitationsCountResponse.Builder invitationsCount(Integer invitationsCount)
The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.
- Parameters:
invitationsCount- The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-