Interface UpdateContributorInsightsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
,DynamoDbResponse.Builder
,SdkBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateContributorInsightsResponse
public static interface UpdateContributorInsightsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateContributorInsightsResponse.Builder
contributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insightsUpdateContributorInsightsResponse.Builder
contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insightsUpdateContributorInsightsResponse.Builder
indexName(String indexName)
The name of the global secondary index, if applicable.UpdateContributorInsightsResponse.Builder
tableName(String tableName)
The name of the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tableName
UpdateContributorInsightsResponse.Builder tableName(String tableName)
The name of the table.
- Parameters:
tableName
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexName
UpdateContributorInsightsResponse.Builder indexName(String indexName)
The name of the global secondary index, if applicable.
- Parameters:
indexName
- The name of the global secondary index, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributorInsightsStatus
UpdateContributorInsightsResponse.Builder contributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
- Parameters:
contributorInsightsStatus
- The status of contributor insights- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContributorInsightsStatus
,ContributorInsightsStatus
-
contributorInsightsStatus
UpdateContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
- Parameters:
contributorInsightsStatus
- The status of contributor insights- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContributorInsightsStatus
,ContributorInsightsStatus
-
-